diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-09-08 18:33:49 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-09-08 18:33:49 +0000 |
| commit | fe01c281a96b91bf945bdaf8e99c899f8321fede (patch) | |
| tree | 12e781be3a01d8b72fed36a694c253bb86091f84 | |
| parent | 842163d60a7cb18fd1c19e5191deaaef84b71586 (diff) | |
| download | bcm5719-llvm-fe01c281a96b91bf945bdaf8e99c899f8321fede.tar.gz bcm5719-llvm-fe01c281a96b91bf945bdaf8e99c899f8321fede.zip | |
ok this really works :)
llvm-svn: 30195
| -rw-r--r-- | llvm/tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile index ae3598bbdcc..5eb077d8e20 100644 --- a/llvm/tools/Makefile +++ b/llvm/tools/Makefile @@ -20,10 +20,11 @@ PARALLEL_DIRS := llvm-config \ gccld llvm2cpp \ llvm-ld llvmc llvm-prof -include $(LEVEL)/Makefile.common +include $(LEVEL)/Makefile.config # Disable liblto on non-darwin platforms right now until LLVM is built PIC. ifeq ($(OS), Darwin) PARALLEL_DIRS += lto endif +include $(LEVEL)/Makefile.common |

