From 1d233ab53e9f098e8ad05009da351ce836e472f4 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 12 Sep 2000 16:31:01 +0000 Subject: [PATCH] * Makefile.in: Make clean target remove *.d. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c43ec6ed6..b71647389 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 12 12:29:29 2000 Christopher Faylor + + * Makefile.in: Make clean target remove *.d. + Mon Sep 11 13:19:15 2000 Christopher Faylor * path.cc (normalize_posix_path): Correctly deal with a "." parameter. 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;"