merge upstream HEAD
[ghc-hetmet.git] / libraries / Makefile
1 dir = libraries
2 TOP = ..
3 SPEC_TARGETS = 1
4 include $(TOP)/mk/sub-makefile.mk
5
6 .PHONY: 1
7 1 :
8         +$(TOPMAKE) stage1_libs
9
10 .PHONY: extra-help
11 help : extra-help
12 extra-help :
13         @echo "  make 1"
14         @echo
15         @echo "     Build all libraries that are built by the stage1 GHC"
16         @echo