* Makefile.in: Remove .dat files when cleaning.
This commit is contained in:
parent
d9a7d28a3f
commit
e2723b750a
|
@ -1,3 +1,7 @@
|
|||
2003-07-06 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* Makefile.in: Remove .dat files when cleaning.
|
||||
|
||||
2003-07-06 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* Makefile.in: Remove .d files when cleaning.
|
||||
|
|
|
@ -116,7 +116,7 @@ install:
|
|||
install_host:
|
||||
|
||||
clean:
|
||||
-rm -f *.o *.dll *.a *.exp junk *.bak *.base *.exe testsuite/* *.d
|
||||
-rm -f *.o *.dll *.a *.exp junk *.bak *.base *.exe testsuite/* *.d *.dat
|
||||
|
||||
maintainer-clean realclean: clean
|
||||
@echo "This command is intended for maintainers to use;"
|
||||
|
|
Loading…
Reference in New Issue