Message ID | A66644EF-2C0B-4669-B210-6AA5916303A7@comcast.net |
---|---|
State | New |
Headers | show |
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index f06cc69..11e5ce6 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -409,8 +409,9 @@ stamp-noasandir: etags tags: TAGS etags-subdir +VPATH = @srcdir@ TAGS: $(CFILES) - etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done` + cd $(srcdir) && etags $(CFILES) # The standalone demangler (c++filt) has been moved to binutils. # But make this target work anyway for demangler hacking.