From: Simon Marlow Date: Mon, 15 Jun 2009 13:56:51 +0000 (+0000) Subject: 'make 1' in libraries builds just the stage1 libs X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=027d73530b293b676490adad5d470918cdc8feb1 'make 1' in libraries builds just the stage1 libs i.e. not dph, and hence not stage2 --- diff --git a/libraries/Makefile b/libraries/Makefile index 900b639..238a73b 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -1,3 +1,7 @@ dir = libraries TOP = .. include $(TOP)/mk/sub-makefile.mk + +.PHONY: 1 +1 : + +$(TOPMAKE) stage1_libs