summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorwelch <welch@noemail.net>2000-04-05 00:42:38 (GMT)
committerwelch <welch@noemail.net>2000-04-05 00:42:38 (GMT)
commit2b47a32021ae3ddd5d9bd15be571f8dafc090b58 (patch)
treed02bbbc06b457adb69c8db7da51130c22ed68c30 /win/Makefile.in
parent06cab5cd1f7a5ed842c02ff6f8cfb9bea9dd8e62 (diff)
downloadtcl-2b47a32021ae3ddd5d9bd15be571f8dafc090b58.zip
tcl-2b47a32021ae3ddd5d9bd15be571f8dafc090b58.tar.gz
tcl-2b47a32021ae3ddd5d9bd15be571f8dafc090b58.tar.bz2
Added dependency of tclStubInit.c on the stubs tables
FossilOrigin-Name: b0e8d28f5d57b4df4165bcafdd80ea79565d9c52
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 9151710..ef9c8b4 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.29 2000/03/31 08:52:25 hobbs Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.30 2000/04/05 00:42:42 welch Exp $
VERSION = @TCL_VERSION@
@@ -515,6 +515,14 @@ distclean: clean
# Regenerate the stubs files.
#
+$(GENERIC_DIR)/tclStubInit.c: $(GENERIC_DIR)/tcl.decls \
+ $(GENERIC_DIR)/tclInt.decls
+ @TCL_LIBRARY="$(ROOT_DIR_NATIVE)/library"; export TCL_LIBRARY; \
+ $(TCLSH) "$(ROOT_DIR_NATIVE)\tools\genStubs.tcl" \
+ "$(GENERIC_DIR_NATIVE)" \
+ "$(GENERIC_DIR_NATIVE)\tcl.decls" \
+ "$(GENERIC_DIR_NATIVE)\tclInt.decls"
+
genstubs:
@TCL_LIBRARY="$(ROOT_DIR_NATIVE)/library"; export TCL_LIBRARY; \
$(TCLSH) "$(ROOT_DIR_NATIVE)\tools\genStubs.tcl" \