summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-06-30 22:35:10 (GMT)
committerredman <redman@noemail.net>1999-06-30 22:35:10 (GMT)
commit06c9d6c22f82bac056fad141d3f6b54acdba2226 (patch)
tree195e3a32e45f0ac3778a86fbe3148a3b741fc104 /win/Makefile.in
parentb4439366f2fb6c7a4781682f9a472f43d8dc8e7b (diff)
downloadtcl-06c9d6c22f82bac056fad141d3f6b54acdba2226.zip
tcl-06c9d6c22f82bac056fad141d3f6b54acdba2226.tar.gz
tcl-06c9d6c22f82bac056fad141d3f6b54acdba2226.tar.bz2
Fix genstubs target.
FossilOrigin-Name: 66fe41f6a861f9e61696f972729ed77fbe048a85
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index a03446f..1d28d98 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.12 1999/06/26 22:41:53 redman Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.13 1999/06/30 22:35:10 redman Exp $
VERSION = @TCL_VERSION@
@@ -466,5 +466,8 @@ distclean: clean
#
genstubs:
- tclsh$(VERSION) $(ROOT)\tools\genStubs.tcl $(GENERICDIR) \
- $(GENERICDIR)\tcl.decls $(GENERICDIR)\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"