(Makefiles): PATCH to include libcpp and libiberty in GCC etags

gcc/c/
	* Make-lang.in (c.tags): Also include libcpp TAGS.
	gcc/cp/
	* Make-lang.in (c++.tags): Also include libcpp TAGS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229504 138bc75d-0d04-0410-961f-82ee72b054a4
This commit is contained in:
Jason Merrill 2015-11-28 16:39:30 +00:00 committed by Pedro Alves
parent 35a88fa501
commit 1e92415738
2 changed files with 7 additions and 5 deletions

View File

@ -32,6 +32,10 @@
Android hosts.
* configure: Regenerate.
2015-10-28 Jason Merrill <jason@redhat.com>
* Makefile.in (TAGS): Fix for separate build directory.
2015-10-18 Roland McGrath <roland@gnu.org>
Iain Sandoe <iain@codesourcery.com>

View File

@ -406,12 +406,10 @@ stamp-noasandir:
else true; fi
touch stamp-noasandir
.PHONY: all etags tags ls clean stage1 stage2
.PHONY: all etags tags TAGS ls clean stage1 stage2
etags tags: TAGS etags-subdir
TAGS: $(CFILES)
etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done`
etags tags TAGS: etags-subdir
cd $(srcdir); etags $(CFILES)
# The standalone demangler (c++filt) has been moved to binutils.
# But make this target work anyway for demangler hacking.