X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fghc.mk;fp=rts%2Fghc.mk;h=3e9d8aae5233f66d6d49425832b3492e5c3b7697;hb=58ea75d4b92f728a43f7f8210a79687f2198ff94;hp=c3fffcd9a197e0628b4c802706028e725760c9b4;hpb=3785918d9bdbd4e611ffc6da198c36b5797b8c77;p=ghc-hetmet.git 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