Skip to content
Snippets Groups Projects
Commit b8829277 authored by sof's avatar sof
Browse files

[project @ 1997-03-19 04:32:44 by sof]

PROJECT* vars defined + make reading opts.mk optional
parent c68be3f7
No related merge requests found
......@@ -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
......@@ -3,6 +3,12 @@
# ghc project specific make variables
#
#
PROJECTVERSION=$(GhcBuildeeVersion)
PROJECTNAME=$(GhcProjectName)
PROJECTPATCHLEVEL=$(GhcProjectPatchLevel)
# Override default haskell compiler if required
#HC = $(WithGhcHc)
HaskellCompilerType = $(WithGhcHcType)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment