aboutsummaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
diff options
context:
space:
mode:
authorMike Stump <mikestump@comcast.net>2015-11-28 16:39:31 +0000
committerPedro Alves <palves@redhat.com>2015-11-28 16:39:31 +0000
commitf3363926de602b7590526740a01a64ca973ca78a (patch)
tree4e6a0ceba3f3ac53ff94885e6a838d674db36665 /libiberty/Makefile.in
parent1e924157387421d45ccf2aafd33a886abda05420 (diff)
downloadgdb-f3363926de602b7590526740a01a64ca973ca78a.zip
gdb-f3363926de602b7590526740a01a64ca973ca78a.tar.gz
gdb-f3363926de602b7590526740a01a64ca973ca78a.tar.bz2
libiberty TAGS
* Makefile.in (etags tags TAGS): Use && instead of ;. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230270 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r--libiberty/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 9f7f70d..c7a4568 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -409,7 +409,7 @@ stamp-noasandir:
.PHONY: all etags tags TAGS ls clean stage1 stage2
etags tags TAGS: etags-subdir
- cd $(srcdir); etags $(CFILES)
+ cd $(srcdir) && etags $(CFILES)
# The standalone demangler (c++filt) has been moved to binutils.
# But make this target work anyway for demangler hacking.