From: Ian Lynagh Date: Fri, 10 Nov 2006 18:20:50 +0000 (+0000) Subject: Remove STANDALONE_PACKAGE bits that had escaped the removal X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6c3ad6ed792cbac1dc6d043d80fe606b8f346bd4 Remove STANDALONE_PACKAGE bits that had escaped the removal --- diff --git a/mk/package.mk b/mk/package.mk index e892566..27a0966 100644 --- a/mk/package.mk +++ b/mk/package.mk @@ -117,23 +117,6 @@ $(STAMP_PKG_CONF) : package.conf.inplace package.conf.installed CLEAN_FILES += package.conf.installed package.conf.inplace -else # $(STANDALONE_PACKAGE) == "YES" - -PACKAGE_CPP_OPTS += -DPACKAGE_DEPS='$(subst " ","$(comma) ",$(patsubst %,"%",$(PACKAGE_DEPS)))' -PACKAGE_CPP_OPTS += -DLIBRARY=\"HS$(PACKAGE)\" -PACKAGE_CPP_OPTS += -DLIBDIR=\"$(libdir)\" - -# Let the package configuration file refer to $(libdir) as -# ${pkglibdir}. Note we can't use ${libdir} because ghc-pkg already -# redefines it to point to GHC's libdir (bug or feature?). -# -install :: package.conf.installed - $(GHC_PKG) --force --update-package