mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* 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>
|
Mon Sep 11 13:19:15 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* path.cc (normalize_posix_path): Correctly deal with a "." parameter.
|
* path.cc (normalize_posix_path): Correctly deal with a "." parameter.
|
||||||
|
@ -167,7 +167,7 @@ install: all $(install_host) $(install_target)
|
|||||||
install_host:
|
install_host:
|
||||||
|
|
||||||
clean:
|
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
|
maintainer-clean realclean: clean
|
||||||
@echo "This command is intended for maintainers to use;"
|
@echo "This command is intended for maintainers to use;"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user