* Makefile.in: Make clean target remove *.d.
This commit is contained in:
parent
80d65011aa
commit
1d233ab53e
@ -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.
|
||||
|
@ -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;"
|
||||
|
Loading…
Reference in New Issue
Block a user