aboutsummaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
diff options
context:
space:
mode:
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 9f7f70dae2..c7a4568091 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.