Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-06-21 21:20:47 +0400
committerChristopher Faylor <me@cgf.cx>2000-06-21 21:20:47 +0400
commit159db33b116f18647baffc0c99f12ebe4d256103 (patch)
tree4380dcd06f21810b2c2ccdc62dba00b465cbb494 /winsup
parentb2a2fdbaa7985d6b569a81f18c474b563238537e (diff)
* Makefile.in: Add *.exe to clean operation.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index aeae1872d..7dd6ad1b4 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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.
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index cfd6a8b1f..29ee216ed 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -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;"