[commit: ghc] wip/T9281: Remove obsolete references to mkGmpDerivedConstants (4bfc41f)

git at git.haskell.org git at git.haskell.org
Sun Nov 9 20:58:46 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T9281
Link       : http://ghc.haskell.org/trac/ghc/changeset/4bfc41fe7fd4bde7feda224471e8bdd0d13aac32/ghc

>---------------------------------------------------------------

commit 4bfc41fe7fd4bde7feda224471e8bdd0d13aac32
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Nov 9 21:37:16 2014 +0100

    Remove obsolete references to mkGmpDerivedConstants


>---------------------------------------------------------------

4bfc41fe7fd4bde7feda224471e8bdd0d13aac32
 libraries/integer-gmp2/gmp/ghc.mk | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/libraries/integer-gmp2/gmp/ghc.mk b/libraries/integer-gmp2/gmp/ghc.mk
index a7a39d0..9790b53 100644
--- a/libraries/integer-gmp2/gmp/ghc.mk
+++ b/libraries/integer-gmp2/gmp/ghc.mk
@@ -49,9 +49,6 @@ ifeq "$(findstring clean,$(MAKECMDGOALS))" ""
 include libraries/integer-gmp2/gmp/config.mk
 endif
 
-libraries/integer-gmp2_dist-install_EXTRA_CC_OPTS += -Ilibraries/integer-gmp2/mkGmpDerivedConstants/dist
-libraries/integer-gmp2_dist-install_EXTRA_HC_OPTS += -Ilibraries/integer-gmp2/mkGmpDerivedConstants/dist
-
 gmp_CC_OPTS += $(addprefix -I,$(GMP_INCLUDE_DIRS))
 gmp_CC_OPTS += $(addprefix -L,$(GMP_LIB_DIRS))
 
@@ -78,14 +75,11 @@ HaveFrameworkGMP = NO
 endif
 endif
 
-$(libraries/integer-gmp2_dist-install_depfile_c_asm): $$(GmpDerivedConstants_HEADER)
-
 ifneq "$(HaveLibGmp)" "YES"
 ifneq "$(HaveFrameworkGMP)" "YES"
 $(libraries/integer-gmp2_dist-install_depfile_c_asm): libraries/integer-gmp2/gmp/gmp.h
 
 gmp_CC_OPTS += -Ilibraries/integer-gmp2/gmp
-gmp_CC_OPTS += -Ilibraries/integer-gmp2/mkGmpDerivedConstants/dist
 
 libraries/integer-gmp2_dist-install_EXTRA_OBJS += libraries/integer-gmp2/gmp/objs/*.o
 



More information about the ghc-commits mailing list