[commit: hsc2hs] master: Follow changes in GHC build system (293f41c)
git at git.haskell.org
git at git.haskell.org
Fri Aug 21 17:18:01 UTC 2015
Repository : ssh://git@git.haskell.org/hsc2hs
On branch : master
Link : http://git.haskell.org/hsc2hs.git/commitdiff/293f41c78e956b78363ede463e7ff52eb6bc997d
>---------------------------------------------------------------
commit 293f41c78e956b78363ede463e7ff52eb6bc997d
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Sat Aug 15 14:51:57 2015 +0200
Follow changes in GHC build system
>---------------------------------------------------------------
293f41c78e956b78363ede463e7ff52eb6bc997d
ghc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ghc.mk b/ghc.mk
index 68b348e..f12aea5 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -48,7 +48,7 @@ install: install_utils/hsc2hs_dist_install
.PHONY: install_utils/hsc2hs_dist_install
install_utils/hsc2hs_dist_install: utils/hsc2hs/template-hsc.h
- $(call INSTALL_HEADER,$(INSTALL_OPTS),$<,"$(DESTDIR)$(topdir)")
+ $(INSTALL_HEADER) $(INSTALL_OPTS) $< "$(DESTDIR)$(topdir)"
BINDIST_EXTRAS += utils/hsc2hs/template-hsc.h
More information about the ghc-commits
mailing list