* Makefile.in: Remove .d files when cleaning.

This commit is contained in:
Christopher Faylor 2003-07-06 19:24:31 +00:00
parent f2d3c47b14
commit d9a7d28a3f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-07-06 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Remove .d files when cleaning.
2003-05-09 Corinna Vinschen <corinna@vinschen.de>
* libltp/include/test.h: Remove gethostid declaration.

View File

@ -116,7 +116,7 @@ install:
install_host:
clean:
-rm -f *.o *.dll *.a *.exp junk *.bak *.base *.exe testsuite/*
-rm -f *.o *.dll *.a *.exp junk *.bak *.base *.exe testsuite/* *.d
maintainer-clean realclean: clean
@echo "This command is intended for maintainers to use;"