Skip to content
Snippets Groups Projects
Commit 9b45d260 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-01-07 17:23:52 by simonmar]

set $(HC)=$(GHC_INPLACE)
parent 18a3f7ae
No related merge requests found
......@@ -14,5 +14,19 @@
TEST_TOP := $(TOP)
TOP := $(TOP)/..
include $(TOP)/mk/boilerplate.mk
TOP:=$(TEST_TOP)
# By default, we're testing the GHC in the build tree.
HC=$(GHC_INPLACE)
# -----------------------------------------------------------------
# Everything after this point
# augments or overrides previously set variables.
# -----------------------------------------------------------------
-include $(TOP)/mk/paths.mk
-include $(TOP)/mk/opts.mk
-include $(TOP)/mk/version.mk
-include $(TOP)/mk/suffix.mk
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