From fa3a95aede973380e0f88542f405e6188e245307 Mon Sep 17 00:00:00 2001 From: Clemens Fruhwirth Date: Sat, 29 Dec 2007 16:27:07 +0000 Subject: [PATCH] Add installPackage to dependencies of make.library.* as it's used by the rule --- libraries/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .; \ -- 1.7.10.4