From 47bf4da36fc8ce14c79d1f6d6177dac1e8fb15e2 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 24 Oct 2007 00:41:55 +0000 Subject: [PATCH] Hack to make sure we get all the RTS ways in bindists --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 287754a..e195f88 100644 --- a/Makefile +++ b/Makefile @@ -302,7 +302,9 @@ binary-dist:: $(MAKE) -C gmp binary-dist DOING_BIN_DIST=YES $(MAKE) -C includes binary-dist DOING_BIN_DIST=YES $(MAKE) -C compiler binary-dist DOING_BIN_DIST=YES $(INSTALL_STAGE) - $(MAKE) -C rts binary-dist DOING_BIN_DIST=YES + # Setting _way here is a nasty hack to make sure we get + # libHSrts*.a etc rather than just libHSrts.a + $(MAKE) -C rts binary-dist DOING_BIN_DIST=YES _way='*' $(MAKE) -C driver binary-dist DOING_BIN_DIST=YES $(MAKE) -C utils binary-dist DOING_BIN_DIST=YES $(MAKE) -C docs binary-dist DOING_BIN_DIST=YES -- 1.7.10.4