diff options
author | mdejong <mdejong> | 2002-07-16 23:17:09 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-07-16 23:17:09 (GMT) |
commit | 543d7c4f0d1384121c842977ae4f2c359128fe3d (patch) | |
tree | 64b2f895ac2fe53319571f659291873602fa4de0 /unix/Makefile.in | |
parent | 3e0072cedcd6b4975b33401d4cf9219d31c9bb09 (diff) | |
download | tk-543d7c4f0d1384121c842977ae4f2c359128fe3d.zip tk-543d7c4f0d1384121c842977ae4f2c359128fe3d.tar.gz tk-543d7c4f0d1384121c842977ae4f2c359128fe3d.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 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 045c1e6..fb44af3 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.76 2002/07/14 05:48:46 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.77 2002/07/16 23:17:09 mdejong Exp $ # Current Tk version; used in various names. @@ -994,7 +994,9 @@ checkexports: $(TK_LIB_FILE) $(GENERIC_DIR)/tkStubInit.c: $(GENERIC_DIR)/tk.decls \ $(GENERIC_DIR)/tkInt.decls - @echo "Warning: run \"make genstubs\" to regenerate tkStubInit.c" + @echo "Warning: tkStubInit.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) \ |