etags isn't portable at all. Make it not run by default. If you still

want it, just type 'make tags'


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14368 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-06-24 18:19:42 +00:00
parent 05794498d9
commit 129f6cfae7

View File

@ -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) -