also make tclx build rules depend on tcl

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@120133 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Joshua Root
2014-05-16 22:41:36 +00:00
parent 3937187924
commit f7822c8211
Generated Vendored
+3
View File
@@ -36,6 +36,9 @@ all-tclthread: all-tcl
@echo ===\> making $(@:%-tclx=%) in ${DIRPRFX}@VENDOR_TCLX_SUBDIR@
@umask 0022; $(MAKE) -C @VENDOR_TCLX_SUBDIR@ $(@:%-tclx=%)
# tclx also links against libtclstub
all-tclx: all-tcl
%-tcllib:
@echo ===\> making $(@:%-tcllib=%) in ${DIRPRFX}@VENDOR_TCLLIB_SUBDIR@
@umask 0022; $(MAKE) -C @VENDOR_TCLLIB_SUBDIR@ $(@:%-tcllib=%)