X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=libraries%2FMakefile;h=ffebff69f232955db153d8916af7bb290a2dd960;hp=900b63971f8c02bd0956d269f4edd817fb425bc6;hb=e5c3b478b3cd1707cf122833822f44b2ac09b8e9;hpb=f4bce9ad55aedaf53f247b84dd3ac7319fbbdd0e diff --git a/libraries/Makefile b/libraries/Makefile index 900b639..ffebff6 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -1,3 +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