*** empty log message ***

This commit is contained in:
Martin Vogel
2001-04-18 13:57:58 +00:00
parent 103ed2fab3
commit 42b632707d
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-04-18 15:50 CET Martin Vogel <vogel@inttec.de>
* contrib/libct/makefile.bc
! Corrected a typo
2001-04-18 01:30 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/vm/arrays.c
! Corrected a minor typo, that could cause some un-released memory on some occasions.

View File

@@ -120,11 +120,11 @@ $(TOOLS_LIB) : $(TOOLS_LIB_OBJS)
# TOOLS.LIB dependencies
#
$(OBJ_DIR)\ctset.obj : $(TOOLS_DIR)\addascii.c
$(OBJ_DIR)\addascii.obj : $(TOOLS_DIR)\addascii.c
$(CC) $(CLIBFLAGS) -o$@ $**
tlib $(TOOLS_LIB) $(ARFLAGS) -+$@,,
$(OBJ_DIR)\ctset.obj : $(TOOLS_DIR)\atnum.c
$(OBJ_DIR)\atnum.obj : $(TOOLS_DIR)\atnum.c
$(CC) $(CLIBFLAGS) -o$@ $**
tlib $(TOOLS_LIB) $(ARFLAGS) -+$@,,