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

This commit is contained in:
Christopher Faylor 2003-07-06 19:25:40 +00:00
parent d9a7d28a3f
commit e2723b750a
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 .dat files when cleaning.
2003-07-06 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Remove .d files when cleaning.

View File

@ -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;"