summaryrefslogtreecommitdiff
path: root/ghc/mk/boilerplate.mk
diff options
context:
space:
mode:
authorsof <unknown>1997-03-19 04:32:45 +0000
committersof <unknown>1997-03-19 04:32:45 +0000
commitb8829277b469221f0b5e6ae49f309ed845666732 (patch)
treedcefc71f3413aa3c07ee059ea71c9532ad1618d4 /ghc/mk/boilerplate.mk
parentc68be3f708cef3ad5c222836095f96bf2f7e2acc (diff)
downloadhaskell-b8829277b469221f0b5e6ae49f309ed845666732.tar.gz
[project @ 1997-03-19 04:32:44 by sof]
PROJECT* vars defined + make reading opts.mk optional
Diffstat (limited to 'ghc/mk/boilerplate.mk')
-rw-r--r--ghc/mk/boilerplate.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/mk/boilerplate.mk b/ghc/mk/boilerplate.mk
index 08e36c90b8..9c55c3bf24 100644
--- a/ghc/mk/boilerplate.mk
+++ b/ghc/mk/boilerplate.mk
@@ -26,7 +26,7 @@ TOP:=$(GHC_TOP)
# augments or overrides previously set variables.
# -----------------------------------------------------------------
-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