diff options
author | Chris Lattner <sabre@nondot.org> | 2002-01-21 23:17:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-01-21 23:17:48 +0000 |
commit | 59b6b8e0b3e51dd899da25bd25b0793cc8229eea (patch) | |
tree | 6b89ab2c08ba45b58bfb089eb3c7643a804e9d7d /lib/Makefile | |
parent | ae96151970a2c8268c5c9efa7856bce1f92bbf58 (diff) |
Move stuff out of the Optimizations directories into the appropriate Transforms
directories. Eliminate the opt namespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1520 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 5ff4f16e62..3ec7771700 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = VMCore Analysis Transforms Assembly Bytecode Optimizations Support CodeGen Target +DIRS = VMCore Analysis Transforms Assembly Bytecode Support CodeGen Target include $(LEVEL)/Makefile.common |