summaryrefslogtreecommitdiff
path: root/ghc/mk/boilerplate.mk
diff options
context:
space:
mode:
authorsimonpj <unknown>1997-03-17 20:35:30 +0000
committersimonpj <unknown>1997-03-17 20:35:30 +0000
commit2494407a750053daa61718fac371487d04818e57 (patch)
treea90df45855ef4ccaa3c3d14b9066f485036f756c /ghc/mk/boilerplate.mk
parent1fb1ab5d53a09607e7f6d2450806760688396387 (diff)
downloadhaskell-2494407a750053daa61718fac371487d04818e57.tar.gz
[project @ 1997-03-17 20:34:25 by simonpj]
More small changes towards 2.02
Diffstat (limited to 'ghc/mk/boilerplate.mk')
-rw-r--r--ghc/mk/boilerplate.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/ghc/mk/boilerplate.mk b/ghc/mk/boilerplate.mk
index 96782a0a79..08e36c90b8 100644
--- a/ghc/mk/boilerplate.mk
+++ b/ghc/mk/boilerplate.mk
@@ -24,11 +24,9 @@ TOP:=$(GHC_TOP)
# -----------------------------------------------------------------
# Everything after this point
# augments or overrides previously set variables.
-# (these files are optional, so `make' won't fret if
-# cannot get to them).
# -----------------------------------------------------------------
--include $(TOP)/mk/paths.mk
--include $(TOP)/mk/opts.mk
+include $(TOP)/mk/paths.mk
+include $(TOP)/mk/opts.mk
include $(TOP)/mk/suffix.mk