* Makefile.in: Make clean target remove *.d.

This commit is contained in:
Christopher Faylor 2000-09-12 16:31:01 +00:00
parent 80d65011aa
commit 1d233ab53e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Sep 12 12:29:29 2000 Christopher Faylor <cgf@cygnus.com>
* Makefile.in: Make clean target remove *.d.
Mon Sep 11 13:19:15 2000 Christopher Faylor <cgf@cygnus.com>
* path.cc (normalize_posix_path): Correctly deal with a "." parameter.

View File

@ -167,7 +167,7 @@ install: all $(install_host) $(install_target)
install_host:
clean:
-rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe
-rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe *.d
maintainer-clean realclean: clean
@echo "This command is intended for maintainers to use;"