From: PHO Date: Wed, 25 Jan 2012 14:02:41 +0000 (+0900) Subject: Fix patch-rts_ghc.mk: more robust way to generate RtsProbes.h before building bootstr... X-Git-Tag: GHC-7.4.1~4 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=commitdiff_plain;h=14976cf6049d2c6a685f7bf7d591a671de71f42d Fix patch-rts_ghc.mk: more robust way to generate RtsProbes.h before building bootstrap rts. --- diff --git a/distinfo b/distinfo index 96218c1..6ac0046 100644 --- a/distinfo +++ b/distinfo @@ -15,4 +15,4 @@ Size (ghc-7.0.3-src.tar.bz2) = 24201117 bytes SHA1 (patch-aa) = 7bf8ef1cdefbb931fd21811a2a2f6fc46cc5a564 SHA1 (patch-aj) = 7055cdcf6df0b2ea16ba18824fdf804a4bc14938 SHA1 (patch-configure) = 445b02ac6d9d280460306392722520b3416fba7c -SHA1 (patch-rts_ghc.mk) = f20f543f06add384236d4be434c63a0bc42ebfa4 +SHA1 (patch-rts_ghc.mk) = 498df608a3709e9b8955b67bede9ba937500ac51 diff --git a/patches/patch-rts_ghc.mk b/patches/patch-rts_ghc.mk index bb7d3b2..9a30c89 100644 --- a/patches/patch-rts_ghc.mk +++ b/patches/patch-rts_ghc.mk @@ -23,7 +23,7 @@ The second section: $(eval $(call build-dependencies,rts,dist,1)) $(rts_dist_depfile_c_asm) : libffi/dist-install/build/ffi.h $(DTRACEPROBES_H) -+rts/dist/build/Capability.o : $(DTRACEPROBES_H) ++$(patsubst rts/%.c,rts/dist/build/%.o,$(rts_C_SRCS)) : $(DTRACEPROBES_H) #----------------------------------------------------------------------------- # libffi stuff