summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-01-23 00:10:45 +0000
committerIan Lynagh <igloo@earth.li>2011-01-23 00:10:45 +0000
commit032dd778604f80378823af026a99850141ad6cd3 (patch)
treef56804ba20904265a395876456fbb9dec077f742 /rts/ghc.mk
parentb36b42fdc0554447ead96305dc2979ffcd74aff9 (diff)
downloadhaskell-032dd778604f80378823af026a99850141ad6cd3.tar.gz
Tweak some deps to avoid multiple $(wildcard ...)s
Note that some things depending on the rts/includes header files now depend on more files: They used to include depend on includes/*.h, but now they also depend on header files in subdirectories. As far as I can see this was a bug.
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r--rts/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk
index 4303656b58..7e32454e8e 100644
--- a/rts/ghc.mk
+++ b/rts/ghc.mk
@@ -68,7 +68,7 @@ rts/dist/build/sm/Evac_thr.c : rts/sm/Evac.c | $$(dir $$@)/.
rts/dist/build/sm/Scav_thr.c : rts/sm/Scav.c | $$(dir $$@)/.
cp $< $@
-rts_H_FILES := $(wildcard includes/*.h) $(wildcard rts/*.h)
+rts_H_FILES := $(wildcard rts/*.h)
ifeq "$(USE_DTRACE)" "YES"
DTRACEPROBES_H = rts/dist/build/RtsProbes.h