diff options
author | mdejong <mdejong> | 2002-07-16 23:13:06 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-07-16 23:13:06 (GMT) |
commit | c5f54ca90775a8e1f51e53d2a87a5898b613a90f (patch) | |
tree | bf166b855e7b34084ef9e7641af17cbcf4d21ee8 /win/Makefile.in | |
parent | e46c639416a00a4f912e570ce4609ae79b10a447 (diff) | |
download | tcl-c5f54ca90775a8e1f51e53d2a87a5898b613a90f.zip tcl-c5f54ca90775a8e1f51e53d2a87a5898b613a90f.tar.gz tcl-c5f54ca90775a8e1f51e53d2a87a5898b613a90f.tar.bz2 |
* unix/Makefile.in:
* win/Makefile.in: Add a more descriptive warning
in the event `make genstubs` needs to be rerun.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index c7f7829..5aa9bac 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.62 2002/06/21 22:23:21 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.63 2002/07/16 23:13:07 mdejong Exp $ VERSION = @TCL_VERSION@ @@ -586,7 +586,9 @@ distclean: clean $(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) "$(ROOT_DIR_NATIVE)\tools\genStubs.tcl" \ |