diff options
author | Ian Lynagh <igloo@earth.li> | 2012-02-10 02:16:40 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-02-10 02:16:40 +0000 |
commit | 152cd16cbde7f64d4f16c9111a65204df2f0adc2 (patch) | |
tree | 31cf0cbf4f55732275867b11afbe1709c6997103 /testsuite/mk/boilerplate.mk | |
parent | 7d556a435733846c74630ca6d6bcbe5b7e0fd439 (diff) | |
download | haskell-152cd16cbde7f64d4f16c9111a65204df2f0adc2.tar.gz |
Remove some Makefile debugging code
Diffstat (limited to 'testsuite/mk/boilerplate.mk')
-rw-r--r-- | testsuite/mk/boilerplate.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/mk/boilerplate.mk b/testsuite/mk/boilerplate.mk index b6ec9befe6..74f2edcda2 100644 --- a/testsuite/mk/boilerplate.mk +++ b/testsuite/mk/boilerplate.mk @@ -145,8 +145,6 @@ empty= space=$(empty) $(empty) ghc-config-mk = $(TOP)/mk/ghcconfig$(subst $(space),_,$(subst :,_,$(subst /,_,$(subst \,_,$(TEST_HC))))).mk -$(info TOP is $(TOP)) -$(info ghc-config-mk is $(ghc-config-mk)) $(ghc-config-mk) : $(TOP)/mk/ghc-config $(TOP)/mk/ghc-config "$(TEST_HC)" >"$@" || $(RM) "$@" |