diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-12-02 01:23:26 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-12-02 01:23:26 +0000 |
| commit | 27fceda974c5f1458dd9f91895a3b2e0240e4633 (patch) | |
| tree | c538843509e215fa48b01120ce901841d7a0223f | |
| parent | a6240f6b1a34f9238cbe8bc8c9b6376257236b0a (diff) | |
| download | bcm5719-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/Makefile | 2 |
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 |

