From: Ian Lynagh Date: Mon, 20 Sep 2010 21:02:39 +0000 (+0000) Subject: Add a dependency that my OS X build has recently started tripping up over X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=58ea75d4b92f728a43f7f8210a79687f2198ff94;p=ghc-hetmet.git Add a dependency that my OS X build has recently started tripping up over --- diff --git a/rts/ghc.mk b/rts/ghc.mk index c3fffcd..3e9d8aa 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -449,7 +449,7 @@ rts_CC_OPTS += -DDTRACE rts_HC_OPTS += -DDTRACE DTRACEPROBES_SRC = rts/RtsProbes.d -$(DTRACEPROBES_H): $(DTRACEPROBES_SRC) | $(dir $@)/. +$(DTRACEPROBES_H): $(DTRACEPROBES_SRC) includes/ghcplatform.h | $(dir $@)/. "$(DTRACE)" $(filter -I%,$(rts_CC_OPTS)) -C -h -o $@ -s $< endif