summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorredman <redman>1999-06-30 22:35:10 (GMT)
committerredman <redman>1999-06-30 22:35:10 (GMT)
commit757f1e133ae31ecf2f841ca99884758b6072dba4 (patch)
tree195e3a32e45f0ac3778a86fbe3148a3b741fc104 /win/Makefile.in
parent437839cb1036aea3b87fff4df84d9a935c4e76d3 (diff)
downloadtcl-757f1e133ae31ecf2f841ca99884758b6072dba4.zip
tcl-757f1e133ae31ecf2f841ca99884758b6072dba4.tar.gz
tcl-757f1e133ae31ecf2f841ca99884758b6072dba4.tar.bz2
Fix genstubs target.
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"