From b5a5f0f6c2d7b7a11927ef8fb50b84034d6430cf Mon Sep 17 00:00:00 2001 From: hniksic Date: Thu, 28 Apr 2005 10:09:42 -0700 Subject: [PATCH] [svn] Don't delete executables other than wget.exe. CV: ---------------------------------------------------------------------. --- ChangeLog | 6 ++++++ windows/Makefile.src.bor | 10 +++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) 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 -- 2.39.2