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
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-09-12 20:31:01 +0400
committerChristopher Faylor <me@cgf.cx>2000-09-12 20:31:01 +0400
commit1d233ab53e9f098e8ad05009da351ce836e472f4 (patch)
treeb1d535b043389ed4b61d527a2291371c9b2c6287 /winsup/cygwin/Makefile.in
parent80d65011aa8dc23d9a5b02e00dbe222ced8f43c0 (diff)
* Makefile.in: Make clean target remove *.d.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index f58d9c3f2..659cb22cc 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 *.exe
+ -rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe *.d
maintainer-clean realclean: clean
@echo "This command is intended for maintainers to use;"