libiberty: fix warnings about left shifting a negative value.
[deliverable/binutils-gdb.git] / libiberty / Makefile.in
index 7d7e2f41efa44bed7341b07f9cee7fde240cf216..c7a45680917a53367c2e1f459cdc921c4d7148ab 100644 (file)
@@ -406,12 +406,10 @@ stamp-noasandir:
        else true; fi
        touch stamp-noasandir
 
-.PHONY: all etags tags ls clean stage1 stage2
+.PHONY: all etags tags TAGS ls clean stage1 stage2
 
-etags tags: TAGS etags-subdir
-
-TAGS: $(CFILES)
-       etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done`
+etags tags TAGS: etags-subdir
+       cd $(srcdir) && etags $(CFILES)
 
 # The standalone demangler (c++filt) has been moved to binutils.
 # But make this target work anyway for demangler hacking.
This page took 0.024067 seconds and 4 git commands to generate.