diff options
author | Jason Merrill <jason@redhat.com> | 2015-11-28 16:39:30 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-11-28 16:39:30 +0000 |
commit | 1e924157387421d45ccf2aafd33a886abda05420 (patch) | |
tree | e28f1c850cf01e9007cc9becca8e94919fa575d7 /libiberty/Makefile.in | |
parent | 35a88fa501ff2e2fe133e7c0f38768ae703a43b7 (diff) | |
download | gdb-1e924157387421d45ccf2aafd33a886abda05420.zip gdb-1e924157387421d45ccf2aafd33a886abda05420.tar.gz gdb-1e924157387421d45ccf2aafd33a886abda05420.tar.bz2 |
(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
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 7d7e2f4..9f7f70d 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -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. |