From 1ca60f71f01e7702c2bf7ccb0fb93998b997703e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 25 Jul 2001 22:48:09 +0000 Subject: [PATCH] Build as before dis llvm-svn: 298 --- llvm/tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile index c69e774d1c44..e62847c1c6e8 100644 --- a/llvm/tools/Makefile +++ b/llvm/tools/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = dis as opt analyze llc +DIRS = as dis opt analyze llc include $(LEVEL)/Makefile.common