summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-08-16 01:07:40 +0000
committerIan Lynagh <igloo@earth.li>2007-08-16 01:07:40 +0000
commit26dc0aa6d3a06ee6b948a2827426407c7c8cda97 (patch)
tree6da06825251e167a1f35f0e1275e28fe2c4b9e25 /mk
parent6378e8dbc2b3401e951ad1d0d6b9f450c31f9a05 (diff)
downloadhaskell-26dc0aa6d3a06ee6b948a2827426407c7c8cda97.tar.gz
Make dependencies of source files on Makefiles disableable
Avoids lots of unnecessary recmopilation when you're fiddling with Makefiles.
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 7e8cc32430..b602569e35 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -320,6 +320,8 @@ BuildingGranSim=$(subst mg,YES,$(filter mg,$(WAYS)))
HscIfaceFileVersion=6
+MakefileDeps=YES
+
#------------------------------------------------------------------------------
# Options for Libraries