Index: Makefile.in =================================================================== diff -u -N -r2892d433e290401493c7cb5bbdd873556149ba44 -r9a578692ecf2d05eb4da0de37c7e0bdca3819570 --- Makefile.in (.../Makefile.in) (revision 2892d433e290401493c7cb5bbdd873556149ba44) +++ Makefile.in (.../Makefile.in) (revision 9a578692ecf2d05eb4da0de37c7e0bdca3819570) @@ -237,7 +237,7 @@ if (cd $$dir; $(MAKE) $@) ; then true ; else exit 1 ; fi ; \ done; fi; -libraries: +libraries: libraries-pkgindex @if test ! "x$(subdirs)" = "x" ; then dirs="$(subdirs)" ; \ for dir in $$dirs ; do \ if (cd $$dir; $(MAKE) $@) ; then true ; else exit 1 ; fi ; \