diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-14 23:21:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-14 23:21:08 +0000 |
commit | 8be8fb96257fe932a8a95974ec6c4f8d164af145 (patch) | |
tree | 89d950112a5daed41da01cac1bbeebd4a19f60c7 /llvm/tools | |
parent | 172a5f29114cf5b3ae5e2c097090e4fb4ad0d9a8 (diff) | |
download | bcm5719-llvm-8be8fb96257fe932a8a95974ec6c4f8d164af145.tar.gz bcm5719-llvm-8be8fb96257fe932a8a95974ec6c4f8d164af145.zip |
Oops, accidentally checked my debugging makefile
llvm-svn: 583
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile index 4362f9fcea8..ef88afade7f 100644 --- a/llvm/tools/Makefile +++ b/llvm/tools/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = llc as dis opt analyze lli llc +DIRS = as dis opt analyze lli llc include $(LEVEL)/Makefile.common |