X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=libraries%2FMakefile;h=ffebff69f232955db153d8916af7bb290a2dd960;hp=238a73bbfe663e5cd9bdc55b0c455a73659b01a5;hb=e5c3b478b3cd1707cf122833822f44b2ac09b8e9;hpb=027d73530b293b676490adad5d470918cdc8feb1 diff --git a/libraries/Makefile b/libraries/Makefile index 238a73b..ffebff6 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -1,7 +1,16 @@ dir = libraries TOP = .. +SPEC_TARGETS = 1 include $(TOP)/mk/sub-makefile.mk .PHONY: 1 1 : +$(TOPMAKE) stage1_libs + +.PHONY: extra-help +help : extra-help +extra-help : + @echo " make 1" + @echo + @echo " Build all libraries that are built by the stage1 GHC" + @echo