[120132] trunk/base/vendor/Makefile.in

jmr at macports.org jmr at macports.org
Fri May 16 15:38:00 PDT 2014


Revision: 120132
          https://trac.macports.org/changeset/120132
Author:   jmr at macports.org
Date:     2014-05-16 15:38:00 -0700 (Fri, 16 May 2014)
Log Message:
-----------
make tclthread build rule depend on tcl, fix typo

Modified Paths:
--------------
    trunk/base/vendor/Makefile.in

Modified: trunk/base/vendor/Makefile.in
===================================================================
--- trunk/base/vendor/Makefile.in	2014-05-16 21:53:14 UTC (rev 120131)
+++ trunk/base/vendor/Makefile.in	2014-05-16 22:38:00 UTC (rev 120132)
@@ -26,9 +26,12 @@
 	@umask 0022; $(MAKE) -C @VENDOR_TCL_SUBDIR@ $(@:%-tcl=%)
 
 %-tclthread:
-	@echo ===\> making $(@:%-tclthrad=%) in ${DIRPRFX}@VENDOR_TCLTHREAD_SUBDIR@
+	@echo ===\> making $(@:%-tclthread=%) in ${DIRPRFX}@VENDOR_TCLTHREAD_SUBDIR@
 	@umask 0022; $(MAKE) -C @VENDOR_TCLTHREAD_SUBDIR@ $(@:%-tclthread=%)
 
+# thread links against libtclstub
+all-tclthread: all-tcl
+
 %-tclx:
 	@echo ===\> making $(@:%-tclx=%) in ${DIRPRFX}@VENDOR_TCLX_SUBDIR@
 	@umask 0022; $(MAKE) -C @VENDOR_TCLX_SUBDIR@ $(@:%-tclx=%)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140516/aceb88b2/attachment-0001.html>


More information about the macports-changes mailing list