diff options
author | mdejong <mdejong> | 2002-07-16 23:17:09 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-07-16 23:17:09 (GMT) |
commit | c012dc54ecd80bc04abe8c61ff0772c1e481cb89 (patch) | |
tree | 64b2f895ac2fe53319571f659291873602fa4de0 /win/Makefile.in | |
parent | c83864e2ddde153f4ff6faa23288cc0fb2947f59 (diff) | |
download | tk-c012dc54ecd80bc04abe8c61ff0772c1e481cb89.zip tk-c012dc54ecd80bc04abe8c61ff0772c1e481cb89.tar.gz tk-c012dc54ecd80bc04abe8c61ff0772c1e481cb89.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 4bf6d19..bc69975 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.54 2002/06/27 20:09:55 andreas_kupries Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.55 2002/07/16 23:17:09 mdejong Exp $ TCLVERSION = @TCL_VERSION@ VERSION = @TK_VERSION@ @@ -624,7 +624,9 @@ Makefile: $(SRC_DIR)/Makefile.in $(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) "$(TCL_TOOL_DIR}\genStubs.tcl" \ |