]> sourceware.org Git - newlib-cygwin.git/commitdiff
* Makefile.in: Add *.exe to clean operation.
authorChristopher Faylor <me@cgf.cx>
Wed, 21 Jun 2000 17:20:47 +0000 (17:20 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 21 Jun 2000 17:20:47 +0000 (17:20 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in

index aeae1872d47059f5aa23bed52148323cbd1dd228..7dd6ad1b44e1fa38b36c7db22da382c42415df81 100644 (file)
@@ -1,3 +1,7 @@
+Wed Jun 21 13:18:23 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * Makefile.in: Add *.exe to clean operation.
+
 Wed Jun 21 01:02:38 2000  Christopher Faylor <cgf@cygnus.com>
 
        * mkvers.sh: Fix sed usage for older seds.
index cfd6a8b1f89c00fbf2c553e340dfdfca48ea0efa..29ee216ed7dd4f136b4e4071ad2370fde6789cc9 100644 (file)
@@ -167,7 +167,7 @@ install: all $(install_host) $(install_target)
 install_host:
 
 clean:
-       -rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o winver_stamp
+       -rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe
 
 maintainer-clean realclean: clean
        @echo "This command is intended for maintainers to use;"
This page took 0.032959 seconds and 5 git commands to generate.