]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/blob - patches/patch-aj
7.0.1 for powerpc-apple-darwin (but crashes on --interactive)
[pkgsrc-ghc.git] / patches / patch-aj
1 $NetBSD$
2
3 --- rules/hs-suffix-rules-srcdir.mk.orig        2010-11-23 10:12:17.000000000 +0000
4 +++ rules/hs-suffix-rules-srcdir.mk
5 @@ -55,6 +55,9 @@ $1/$2/build/%.$$($3_osuf) : $1/$4/%.hc i
6  $1/$2/build/%.$$($3_osuf) : $1/$2/build/%.hc includes/ghcautoconf.h includes/ghcplatform.h
7         "$$(CC)" $$($1_$2_$3_ALL_CC_OPTS) -Iincludes -x c -c $$< -o $$@
8  
9 +$1/$2/build/%.$$($3_osuf) : $1/$2/build/autogen/%.hc includes/ghcautoconf.h includes/ghcplatform.h
10 +       "$$(CC)" $$($1_$2_$3_ALL_CC_OPTS) -Iincludes -x c -c $$< -o $$@
11 +
12  # $1/$2/build/%.$$($3_osuf) : $1/$2/build/%.$$($3_way_)hc
13  #      "$$($1_$2_HC)" $$($1_$2_$3_ALL_HC_OPTS) -c $$< -o $$@
14  #