You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
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:
+3
@@ -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=%)
|
||||
|
||||
Reference in New Issue
Block a user