]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/commitdiff
Fix patch-rts_ghc.mk: more robust way to generate RtsProbes.h before building bootstr...
authorPHO <pho@cielonegro.org>
Wed, 25 Jan 2012 14:02:41 +0000 (23:02 +0900)
committerPHO <pho@cielonegro.org>
Wed, 25 Jan 2012 14:02:41 +0000 (23:02 +0900)
distinfo
patches/patch-rts_ghc.mk

index 96218c172bae6ecc1e5276dacac6939d72ae9103..6ac0046f51c693935d9c5c8822d4e19d40ee3970 100644 (file)
--- 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
index bb7d3b22fb77dc8c4f9d07abe65129393a63968e..9a30c89a40a0aa2f4ff09b80a9a1808bf22c68ee 100644 (file)
@@ -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