From ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 21 Jul 2001 21:04:03 +0000 Subject: Make sure we build all of the code! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile b/tools/Makefile index 0b1d4df9ae..c69e774d1c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = dis as opt analyze +DIRS = dis as opt analyze llc include $(LEVEL)/Makefile.common -- cgit v1.2.3