* Wrap long lines (comments and code)
[oota-llvm.git] / Makefile
index ddc782380e8dac56fda2c7576510717bc1983f5b..a61d7f3dde1bb211f955756c359912caf0b41fc4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,8 +45,8 @@ install:: install-includes
 
 TAGS: tags
 
-all:: tags
+all::
 
 tags:
-       $(ETAGS) $(ETAGSFLAGS) `find $(wildcard $(SourceDir)/include $(SourceDir)/lib $(SourceDir)/tools) -name '*.cpp' -o -name '*.h'`
+       find $(wildcard $(SourceDir)/include $(SourceDir)/lib $(SourceDir)/tools) -name '*.cpp' -o -name '*.h' | $(ETAGS) $(ETAGSFLAGS) -