diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-08 06:43:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-08 06:43:47 +0000 |
commit | f26993a8a0fe7e6dc8fec574f576190378756f92 (patch) | |
tree | c0d5eaba4775e082d48a58ff2a12b2a7e2104d23 /manual | |
parent | c6885aa1e21483cbf60680fc3cafbac24c19c1e1 (diff) | |
download | glibc-f26993a8a0fe7e6dc8fec574f576190378756f92.tar glibc-f26993a8a0fe7e6dc8fec574f576190378756f92.tar.gz glibc-f26993a8a0fe7e6dc8fec574f576190378756f92.tar.bz2 glibc-f26993a8a0fe7e6dc8fec574f576190378756f92.zip |
2006-01-07 Roland McGrath <roland@redhat.com>
* Makerules (common-clean): Don't remove distinfo file.
($(objpfx)distinfo): Target removed.
* manual/Makefile (mostlyclean): Don't remove distinfo file.
(glibc-targets): Remove echo-distinfo.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/manual/Makefile b/manual/Makefile index c007b2cc4e..c5866eb9de 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1992-1999,2000,2001,2002,2003,2004 +# Copyright (C) 1992-1999,2000,2001,2002,2003,2004,2006 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -166,7 +166,7 @@ glibc-doc-$(edition).tar: $(doc-only-dist) $(distribute) .PHONY: mostlyclean distclean realclean clean mostlyclean: -rm -f libc.dvi libc.pdf libc.tmp libc.info* - -rm -f $(objpfx)stubs $(objpfx)distinfo + -rm -f $(objpfx)stubs -rm -f $(foreach o,$(object-suffixes-for-libc),$(objpfx)stamp$o) clean: mostlyclean distclean: clean @@ -220,8 +220,7 @@ subdir_%: ; # ../Rules defines them for code subdirectories; for us, they are no-ops. # None of these should be `subdir_TARGET'; those targets are transformed # by the implicit rule above into `TARGET' deps. -glibc-targets := lib objects objs others tests xtests lint.out \ - echo-headers echo-distinfo +glibc-targets := lib objects objs others tests xtests lint.out echo-headers .PHONY: $(glibc-targets) $(glibc-targets): |