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