use GHC not ghc

This commit is contained in:
Joey Hess 2019-08-16 11:00:28 -04:00
parent 14b2a257fb
commit 83cdc511da
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 2 additions and 1 deletions

View file

@ -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 \

View file

@ -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]]