We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d485af commit 9329cdbCopy full SHA for 9329cdb
libraries/Makefile.local
@@ -5,7 +5,7 @@
5
# Careful here: including boilerplate.mk breaks things, because paths.mk and
6
# opts.mk overrides some of the variable settings in the Cabal Makefile, so
7
# we just include config.mk and custom-settings.mk.
8
-TOP=../..
+include ../defineTOP.mk
9
SAVE_GHC := $(GHC)
10
SAVE_AR := $(AR)
11
SAVE_LD := $(LD)
libraries/defineTOP.mk
@@ -0,0 +1,3 @@
1
+
2
+TOP = ../..
3
0 commit comments