From daeb5f0900f315914acacd79e1a6a486700ae8b1 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 13 May 2005 17:42:54 +0000 Subject: The previous hack didn't work because tools-only isn't defined and isn't a target at this level of build. There shouldn't be a problem with building the runtime library without llvm-gcc because the Makefile.rules checks for an empty LLVMGCC variable before building bytecode modules. llvm-svn: 21942 --- llvm/projects/Stacker/lib/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'llvm/projects/Stacker') diff --git a/llvm/projects/Stacker/lib/Makefile b/llvm/projects/Stacker/lib/Makefile index 78ab25c6ec2..a302a85ef51 100644 --- a/llvm/projects/Stacker/lib/Makefile +++ b/llvm/projects/Stacker/lib/Makefile @@ -5,9 +5,6 @@ ##===----------------------------------------------------------------------===## LEVEL = .. -DIRS = compiler -ifneq ($(MAKECMDGOALS),tools-only) -DIRS += runtime -endif +DIRS = compiler runtime include $(LEVEL)/Makefile.common -- cgit v1.2.3