From fa926e2e47c1a3e02e37e5446802e831e1b9ac7c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 1 Aug 2010 00:54:32 +0000 Subject: [PATCH] Remove libHSrtsmain.a before creating it Otherwise it isn't updated properly if rts/Main.c changes --- rts/ghc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/rts/ghc.mk b/rts/ghc.mk index ca68b55..1ff6f62 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -464,6 +464,7 @@ endif ifneq "$(BINDIST)" "YES" rts/dist/build/libHSrtsmain.a : rts/dist/build/Main.o + "$(RM)" $(RM_OPTS) $@ "$(AR)" $(AR_OPTS) $(EXTRA_AR_ARGS) $@ $< endif -- 1.7.10.4