use GHC not ghc
This commit is contained in:
parent
14b2a257fb
commit
83cdc511da
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ install-home:
|
||||||
$(MAKE) install-desktop PREFIX=$(HOME)/.local USERDIR=1
|
$(MAKE) install-desktop PREFIX=$(HOME)/.local USERDIR=1
|
||||||
|
|
||||||
tmp/configure-stamp: Build/TestConfig.hs Build/Configure.hs
|
tmp/configure-stamp: Build/TestConfig.hs Build/Configure.hs
|
||||||
if [ "$(BUILDER)" = ./Setup ]; then ghc --make Setup; fi
|
if [ "$(BUILDER)" = ./Setup ]; then $(GHC) --make Setup; fi
|
||||||
if [ "$(BUILDER)" != stack ]; then \
|
if [ "$(BUILDER)" != stack ]; then \
|
||||||
$(BUILDER) configure $(BUILDERCOMMONOPTIONS) --ghc-options="$(shell Build/collect-ghc-options.sh)"; \
|
$(BUILDER) configure $(BUILDERCOMMONOPTIONS) --ghc-options="$(shell Build/collect-ghc-options.sh)"; \
|
||||||
else \
|
else \
|
||||||
|
|
|
@ -10,3 +10,4 @@ Arch Linux doesn't ship with static libraries of ghc boot libraries by default,
|
||||||
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||||
Sure!
|
Sure!
|
||||||
|
|
||||||
|
> [[fixed|done]] --[[Joey]]
|
||||||
|
|
Loading…
Reference in a new issue