Add installPackage to dependencies of make.library.* as it's used by the rule
authorClemens Fruhwirth <clemens@endorphin.org>
Sat, 29 Dec 2007 16:27:07 +0000 (16:27 +0000)
committerClemens Fruhwirth <clemens@endorphin.org>
Sat, 29 Dec 2007 16:27:07 +0000 (16:27 +0000)
libraries/Makefile

index 9bd393b..60418f1 100644 (file)
@@ -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 .; \