mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 12:01:06 +08:00
* Makefile.in (etags tags TAGS): Use && instead of ;.
From-SVN: r230270
This commit is contained in:
parent
bc77eb4b51
commit
633ce97157
@ -1,3 +1,7 @@
|
||||
2015-11-12 Mike Stump <mikestump@comcast.net>
|
||||
|
||||
* Makefile.in (etags tags TAGS): Use && instead of ;.
|
||||
|
||||
2015-11-09 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* configure.ac: Check size of size_t.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user