diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-21 19:33:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-21 19:33:01 +0000 |
commit | d9c03441b58cd9e6fbd1a21d07ddbc8bb6694bb0 (patch) | |
tree | c9fff3d873f580de63201d92e4f6d965afac5be2 /lib/Makefile | |
parent | 0df0e74f2bec079dc5eec5e401263c570395f164 (diff) |
Moved LLC subdir to the tools top level directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index bc292fc406..3f6537a60e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen LLC +DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen include $(LEVEL)/Makefile.common |