From: Clemens Fruhwirth Date: Sat, 29 Dec 2007 16:27:07 +0000 (+0000) Subject: Add installPackage to dependencies of make.library.* as it's used by the rule X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fa3a95aede973380e0f88542f405e6188e245307;p=ghc-hetmet.git Add installPackage to dependencies of make.library.* as it's used by the rule --- diff --git a/libraries/Makefile b/libraries/Makefile index 9bd393b..60418f1 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -275,7 +275,7 @@ stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).%: %/setup/Setup # every time. $(foreach SUBDIR,$(SUBDIRS),make.library.$(SUBDIR)):\ make.library.%: stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).% \ - %/setup/Setup ifBuildable/ifBuildable + %/setup/Setup ifBuildable/ifBuildable installPackage/installPackage if ifBuildable/ifBuildable $*; then \ cd $* && \ cmp -s ../Makefile.local Makefile.local || cp ../Makefile.local .; \