From a6e7bd8350cbc7e76eed8c070478ed013e16940a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 4 May 2009 14:26:05 +0000 Subject: [PATCH] Bootstrapping fix --- rules/hs-suffix-rules-srcdir.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/hs-suffix-rules-srcdir.mk b/rules/hs-suffix-rules-srcdir.mk index a75068b..30dd6c5 100644 --- a/rules/hs-suffix-rules-srcdir.mk +++ b/rules/hs-suffix-rules-srcdir.mk @@ -55,6 +55,7 @@ endif # .hs->.o rule, I don't know why --SDM $1/$2/build/%.$$($3_osuf) : $1/$4/%.hc includes/ghcautoconf.h includes/ghcplatform.h + $$(MKDIRHIER) $$(dir $$@) $$(CC) $$($1_$2_$3_ALL_CC_OPTS) -Iincludes -x c -c $$< -o $$@ $1/$2/build/%.$$($3_osuf) : $1/$2/build/%.hc includes/ghcautoconf.h includes/ghcplatform.h -- 1.7.10.4