]> sjero.net Git - wget/commitdiff
[svn] Don't delete executables other than wget.exe.
authorhniksic <devnull@localhost>
Thu, 28 Apr 2005 17:09:42 +0000 (10:09 -0700)
committerhniksic <devnull@localhost>
Thu, 28 Apr 2005 17:09:42 +0000 (10:09 -0700)
CV: ---------------------------------------------------------------------.

ChangeLog
windows/Makefile.src.bor

index eccc1dd211d42f5da97be2a1c6a73a4bc020498c..53cfa4712315a8af7bd1e97439e1abb672b0d312 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * 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  <hniksic@xemacs.org>
 
        * NEWS: Advertise new-style syntax for --no-dns-cache instead
index 27f82d0a9f03e31b95eebda3f77c16d03975da3b..ca8ad458332e8e7540a1abd3067b25cd80eed111 100644 (file)
@@ -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