summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
authorClemens Fruhwirth <clemens@endorphin.org>2007-12-29 16:27:07 +0000
committerClemens Fruhwirth <clemens@endorphin.org>2007-12-29 16:27:07 +0000
commitfa3a95aede973380e0f88542f405e6188e245307 (patch)
treed3eef98287886726afedffa591a79b21c82eebc4 /libraries/Makefile
parent88e09197fcd710148c7a6b990b9a2b4706b49881 (diff)
downloadhaskell-fa3a95aede973380e0f88542f405e6188e245307.tar.gz
Add installPackage to dependencies of make.library.* as it's used by the rule
Diffstat (limited to 'libraries/Makefile')
-rw-r--r--libraries/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index 9bd393bb1d..60418f1473 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 .; \