summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-13 05:10:29 +0000
committerChris Lattner <sabre@nondot.org>2001-10-13 05:10:29 +0000
commit669bd7c2c215ed0b2ee00609ca582cc275158acc (patch)
treee8150fde8a5ee38197f7ae0a62f0f52ad0e9bf06 /Makefile.rules
parentd33238bb7b6ba1606061a6108e791339b8576c46 (diff)
Each tools should not make tags
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@730 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 0a084912a17..c64b26f3430 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -167,7 +167,7 @@ STATICUSEDLIBS = $(addsuffix .a, $(USEDLIBS))
USED_LIB_PATHS_G = $(addprefix $(LEVEL)/lib/Debug/lib, $(STATICUSEDLIBS))
USED_LIB_PATHS_O = $(addprefix $(LEVEL)/lib/Release/lib, $(STATICUSEDLIBS))
-all:: $(TOOLEXENAMES) tags
+all:: $(TOOLEXENAMES)
clean::
rm -f $(TOOLEXENAMES)