From 43c6dfea259b1c8a11672e5102f6e47ac51be6b3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 14 Sep 2001 23:21:08 +0000 Subject: [PATCH] Oops, accidentally checked my debugging makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@583 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 4362f9fcea8..ef88afade7f 100644 --- a/tools/Makefile +++ b/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