summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2002-07-16 23:13:06 (GMT)
committermdejong <mdejong@noemail.net>2002-07-16 23:13:06 (GMT)
commitc96788cf939f39bd4f76eaf89a52f94b1d4e203d (patch)
treebf166b855e7b34084ef9e7641af17cbcf4d21ee8 /unix/Makefile.in
parentd1bbe26303472ef014682732b16fe09afe9f728e (diff)
downloadtcl-c96788cf939f39bd4f76eaf89a52f94b1d4e203d.zip
tcl-c96788cf939f39bd4f76eaf89a52f94b1d4e203d.tar.gz
tcl-c96788cf939f39bd4f76eaf89a52f94b1d4e203d.tar.bz2
* unix/Makefile.in:
* win/Makefile.in: Add a more descriptive warning in the event `make genstubs` needs to be rerun. FossilOrigin-Name: 9754a06740ecf36c5668a8826068b195aa232949
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 9e33e45..dd1d58b 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.106 2002/07/16 22:44:43 mdejong Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.107 2002/07/16 23:13:07 mdejong Exp $
VERSION = @TCL_VERSION@
@@ -1117,7 +1117,9 @@ tclStubLib.o: $(GENERIC_DIR)/tclStubLib.c
$(GENERIC_DIR)/tclStubInit.c: $(GENERIC_DIR)/tcl.decls \
$(GENERIC_DIR)/tclInt.decls
- @echo "Warning: run \"make genstubs\" to regenerate tclStubInit.c"
+ @echo "Warning: tclStubInit.c may be out of date."
+ @echo "Developers may want to run \"make genstubs\" to regenerate."
+ @echo "This warning can be safely ignored, do not report as a bug!"
genstubs:
$(TCL_EXE) $(TOOL_DIR)/genStubs.tcl $(GENERIC_DIR) \