diff --git a/ChangeLog b/ChangeLog index eccc1dd2..53cfa471 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-04-28 Hrvoje Niksic + + * windows/Makefile.src.bor: Don't delete executables other than + wget.exe. Delete various auxilliary files created by the Borland + build process. + 2005-04-28 Hrvoje Niksic * NEWS: Advertise new-style syntax for --no-dns-cache instead diff --git a/windows/Makefile.src.bor b/windows/Makefile.src.bor index 27f82d0a..ca8ad458 100644 --- a/windows/Makefile.src.bor +++ b/windows/Makefile.src.bor @@ -70,9 +70,13 @@ $(LIBDIR)\cw32.lib clean: $(RM) *.bak $(RM) *.obj - $(RM) *.exe - $(RM) *.map - $(RM) *.tds + $(RM) wget.exe + $(RM) wget.ilc + $(RM) wget.ild + $(RM) wget.ilf + $(RM) wget.ils + $(RM) wget.map + $(RM) wget.tds o = .obj