The previous hack didn't work because tools-only isn't defined and isn't
[oota-llvm.git] / projects / Stacker / lib / Makefile
1 ##===- projects/Stacker/lib/Makefile -----------------------*- Makefile -*-===##
2 #
3 # Compile Stacker libraries
4 #
5 ##===----------------------------------------------------------------------===##
6
7 LEVEL = ..
8 DIRS = compiler runtime
9
10 include $(LEVEL)/Makefile.common