OSDN Git Service

* Makefile.in: Make clean target remove *.d.
authorcgf <cgf>
Tue, 12 Sep 2000 16:31:01 +0000 (16:31 +0000)
committercgf <cgf>
Tue, 12 Sep 2000 16:31:01 +0000 (16:31 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in

index c43ec6e..b716473 100644 (file)
@@ -1,3 +1,7 @@
+Tue Sep 12 12:29:29 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * Makefile.in: Make clean target remove *.d.
+
 Mon Sep 11 13:19:15 2000  Christopher Faylor <cgf@cygnus.com>
 
        * path.cc (normalize_posix_path): Correctly deal with a "." parameter.
index f58d9c3..659cb22 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 *.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;"