diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-24 18:19:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-24 18:19:42 +0000 |
commit | 129f6cfae7fd825fde58f487e5b535b7a539d8c8 (patch) | |
tree | 658eac31156daef2052ef33ea2a6b8c9d0659b32 /Makefile | |
parent | 05794498d95903d22e4402d005d1f03fab3bc78a (diff) | |
download | llvm-129f6cfae7fd825fde58f487e5b535b7a539d8c8.tar.gz |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) - |