diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-04-10 11:07:32 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-04-10 11:07:32 (GMT) |
commit | d1033ce8054cb40de6bfc513acf1d49a51f8c8f0 (patch) | |
tree | c7264979de0cf6e2ba80490cc2bdd755f5ccc6c7 /win/Makefile.in | |
parent | 9611e08d9c629100deee67bec1fe71d6db95cee2 (diff) | |
download | tk-d1033ce8054cb40de6bfc513acf1d49a51f8c8f0.zip tk-d1033ce8054cb40de6bfc513acf1d49a51f8c8f0.tar.gz tk-d1033ce8054cb40de6bfc513acf1d49a51f8c8f0.tar.bz2 |
Squelch all mention of prolog.ps; it isn't used. [Bug 1466509]
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 0d5e572..3b91efe 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.78.2.1 2008/10/10 18:55:31 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.78.2.2 2009/04/10 11:07:32 dkf Exp $ TCLVERSION = @TCL_VERSION@ TCLPATCHL = @TCL_PATCH_LEVEL@ @@ -515,7 +515,7 @@ install-libraries: libraries $(INSTALL_DATA) $$i $(INCLUDE_INSTALL_DIR)/X11; \ done; @echo "Installing library files to $(SCRIPT_INSTALL_DIR)"; - @for i in $(ROOT_DIR)/library/*.tcl $(GENERIC_DIR)/prolog.ps \ + @for i in $(ROOT_DIR)/library/*.tcl \ $(ROOT_DIR)/library/tclIndex $(UNIX_DIR)/tkAppInit.c; \ do \ $(INSTALL_DATA) $$i $(SCRIPT_INSTALL_DIR); \ |