* Makefile.in: Remove .d files when cleaning.
This commit is contained in:
parent
f2d3c47b14
commit
d9a7d28a3f
@ -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.
|
||||
|
@ -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;"
|
||||
|
Loading…
Reference in New Issue
Block a user