summaryrefslogtreecommitdiff
path: root/mk/custom-settings.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-04-26 11:42:15 +0000
committerIan Lynagh <igloo@earth.li>2009-04-26 11:42:15 +0000
commit34cc75e1a62638f2833815746ebce0a9114dc26b (patch)
treeef21e8fd7af1356beea9cce7d6efb8a65374e24c /mk/custom-settings.mk
parent74e1368d4688ee16f6decdf2cd3ebe27506b26ba (diff)
downloadhaskell-34cc75e1a62638f2833815746ebce0a9114dc26b.tar.gz
GHC new build system megapatch
Diffstat (limited to 'mk/custom-settings.mk')
-rw-r--r--mk/custom-settings.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/custom-settings.mk b/mk/custom-settings.mk
index 1a01873d31..75c9d8940f 100644
--- a/mk/custom-settings.mk
+++ b/mk/custom-settings.mk
@@ -1,9 +1,9 @@
--include $(TOP)/mk/are-validating.mk
+-include mk/are-validating.mk
ifeq "$(Validating)" "YES"
-include $(TOP)/mk/validate-settings.mk
--include $(TOP)/mk/validate.mk
+include mk/validate-settings.mk
+-include mk/validate.mk
else
--include $(TOP)/mk/build.mk
+-include mk/build.mk
endif