diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b92e46feba..889154714c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-04-18 15:50 CET Martin Vogel + * contrib/libct/makefile.bc + ! Corrected a typo + 2001-04-18 01:30 UTC-0800 Ron Pinkas * source/vm/arrays.c ! Corrected a minor typo, that could cause some un-released memory on some occasions. diff --git a/harbour/contrib/libct/makefile.bc b/harbour/contrib/libct/makefile.bc index 7bbb311389..347ee2b3d9 100644 --- a/harbour/contrib/libct/makefile.bc +++ b/harbour/contrib/libct/makefile.bc @@ -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) -+$@,,