From: Mike Stump Date: Thu, 12 Nov 2015 19:18:54 +0000 (+0000) Subject: * Makefile.in (etags tags TAGS): Use && instead of ;. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=633ce9715781eb43a5e0af1858cfa861c3a86113;p=gcc.git * Makefile.in (etags tags TAGS): Use && instead of ;. From-SVN: r230270 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ca9b61a80af..de47a87d10d 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2015-11-12 Mike Stump + + * Makefile.in (etags tags TAGS): Use && instead of ;. + 2015-11-09 Alan Modra * configure.ac: Check size of size_t. diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 9f7f70dae21..c7a45680917 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.