summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-06 18:05:02 +0000
committerChris Lattner <sabre@nondot.org>2002-03-06 18:05:02 +0000
commitcabc17a293dc1dba30e8d291ebe28c2447b02a15 (patch)
tree72e9967002020568288f9864ab3a84093e89203b /tools
parent8d5a16ca0b3d19fdde3d0d453dd16a9c46395345 (diff)
downloadllvm-cabc17a293dc1dba30e8d291ebe28c2447b02a15.tar.gz
llvm-cabc17a293dc1dba30e8d291ebe28c2447b02a15.tar.bz2
llvm-cabc17a293dc1dba30e8d291ebe28c2447b02a15.tar.xz
Don't forget to build gccld!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1826 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 4445481f2e..aeccb939e3 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = as dis opt link gccas lli llc analyze
+DIRS = as dis opt link gccas lli llc gccld analyze
include $(LEVEL)/Makefile.common