diff --git a/projects/Stacker/lib/Makefile b/projects/Stacker/lib/Makefile index 78ab25c6ec2..a302a85ef51 100644 --- a/projects/Stacker/lib/Makefile +++ b/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