diff options
author | Ian Lynagh <igloo@earth.li> | 2011-01-19 20:33:05 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-01-19 20:33:05 +0000 |
commit | e6635fe65db524c5ea55295049560e39264712dd (patch) | |
tree | c0af0ebe86fd4955957d0cb3a182950a443892a8 /rules | |
parent | 29c7945166be73aa70453d14dc2a334d16a434f2 (diff) | |
download | haskell-e6635fe65db524c5ea55295049560e39264712dd.tar.gz |
Remove a debugging 'info'
Diffstat (limited to 'rules')
-rw-r--r-- | rules/build-package-way.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/build-package-way.mk b/rules/build-package-way.mk index b4cd3bc590..c2849ce95f 100644 --- a/rules/build-package-way.mk +++ b/rules/build-package-way.mk @@ -125,7 +125,6 @@ $$($1_$2_GHCI_LIB) : $$($1_$2_$3_HS_OBJS) $$($1_$2_$3_CMM_OBJS) $$($1_$2_$3_C_OB ifeq "$$($1_$2_BUILD_GHCI_LIB)" "YES" # Don't bother making ghci libs for bootstrapping packages ifneq "$4" "0" -# $$(info Here $1 $2 $$($1_$2_BUILD_GHCI_LIB) Q1) $(call all-target,$1_$2,$$($1_$2_GHCI_LIB)) endif endif |