[54781] trunk/base/Mk/macports.tea.mk

toby at macports.org toby at macports.org
Sat Aug 1 19:09:40 PDT 2009


Revision: 54781
          http://trac.macports.org/changeset/54781
Author:   toby at macports.org
Date:     2009-08-01 19:09:37 -0700 (Sat, 01 Aug 2009)
Log Message:
-----------
Fix parallel build (#20378). Problem was that pkg_mkIndex was getting run before the dylibs were built.

Modified Paths:
--------------
    trunk/base/Mk/macports.tea.mk

Modified: trunk/base/Mk/macports.tea.mk
===================================================================
--- trunk/base/Mk/macports.tea.mk	2009-08-02 02:05:25 UTC (rev 54780)
+++ trunk/base/Mk/macports.tea.mk	2009-08-02 02:09:37 UTC (rev 54781)
@@ -13,7 +13,7 @@
 $(SHLIB_NAME):: ${OBJS}
 	${SHLIB_LD} ${OBJS} -o ${SHLIB_NAME} ${TCL_STUB_LIB_SPEC} ${SHLIB_LDFLAGS} ${LIBS}
 
-pkgIndex.tcl:
+pkgIndex.tcl: $(SHLIB_NAME)
 	$(SILENT) ../pkg_mkindex.sh .
 
 clean::
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090801/22261499/attachment.html>


More information about the macports-changes mailing list