1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

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

want it, just type 'make tags'

llvm-svn: 14368
This commit is contained in:
Chris Lattner 2004-06-24 18:19:42 +00:00
parent 0e076dbd7a
commit 4bf76acb92

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