summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-02 01:23:26 +0000
committerChris Lattner <sabre@nondot.org>2002-12-02 01:23:26 +0000
commit27fceda974c5f1458dd9f91895a3b2e0240e4633 (patch)
treec538843509e215fa48b01120ce901841d7a0223f
parenta6240f6b1a34f9238cbe8bc8c9b6376257236b0a (diff)
downloadbcm5719-llvm-27fceda974c5f1458dd9f91895a3b2e0240e4633.tar.gz
bcm5719-llvm-27fceda974c5f1458dd9f91895a3b2e0240e4633.zip
Make sure to build lib/Support before the utilities, then use the new
makefile in utils to build the utilities llvm-svn: 4844
-rw-r--r--llvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile b/llvm/Makefile
index 34bdc600e27..8ab075fc147 100644
--- a/llvm/Makefile
+++ b/llvm/Makefile
@@ -1,5 +1,5 @@
LEVEL = .
-DIRS = utils/Burg lib tools
+DIRS = lib/Support utils lib tools
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud