etags isn't portable at all. Make it not run by default. If you still
authorChris Lattner <sabre@nondot.org>
Thu, 24 Jun 2004 18:19:42 +0000 (18:19 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 24 Jun 2004 18:19:42 +0000 (18:19 +0000)
want it, just type 'make tags'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14368 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index fce18758af275cf48ef8547c37205352013af1d8..a61d7f3dde1bb211f955756c359912caf0b41fc4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ install:: install-includes
 
 TAGS: tags
 
-all:: tags
+all::
 
 tags:
        find $(wildcard $(SourceDir)/include $(SourceDir)/lib $(SourceDir)/tools) -name '*.cpp' -o -name '*.h' | $(ETAGS) $(ETAGSFLAGS) -