vendor: Add dependency on tclsh to tcllib

Without this dependency, parallel builds could fail.
This commit is contained in:
Rainer Müller
2016-11-25 21:24:04 +01:00
parent 8a5c8a2e01
commit af543b2a9f
Generated Vendored
+3
View File
@@ -43,6 +43,9 @@ all-tclx: all-tcl
@echo ===\> making $(@:%-tcllib=%) in ${DIRPRFX}@VENDOR_TCLLIB_SUBDIR@
@umask 0022; $(MAKE) -C @VENDOR_TCLLIB_SUBDIR@ TCLSH_PROG=@INTREE_TCLSH@ $(@:%-tcllib=%)
# tcllib requires a working tclsh
all-tcllib: all-tcl
destroot: destroot-tcl destroot-tclthread destroot-tclx destroot-tcllib
destroot-tcl: all-tcl
@echo ===\> staging to destroot in ${DIRPRFX}@VENDOR_TCL_SUBDIR@