diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-05 10:48:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-05 10:48:52 (GMT) |
commit | fc57686bf62443a7e6aa417dc6e3c81d245bfcfa (patch) | |
tree | ee7d28d5efd719494db250abefe7f08c237cc3e8 /win | |
parent | 9e9b1b525c80ed7c369df28cefc524d01e7ebb16 (diff) | |
download | tk-fc57686bf62443a7e6aa417dc6e3c81d245bfcfa.zip tk-fc57686bf62443a7e6aa417dc6e3c81d245bfcfa.tar.gz tk-fc57686bf62443a7e6aa417dc6e3c81d245bfcfa.tar.bz2 |
Remove references to deleted file
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 627b0fd..5ad13eb 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.81 2008/10/18 14:22:22 dkf Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.82 2008/12/05 10:48:52 dkf Exp $ TCLVERSION = @TCL_VERSION@ TCLPATCHL = @TCL_PATCH_LEVEL@ @@ -517,8 +517,8 @@ 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 \ - $(ROOT_DIR)/library/tclIndex $(UNIX_DIR)/tkAppInit.c; \ + @for i in $(ROOT_DIR)/library/*.tcl $(ROOT_DIR)/library/tclIndex \ + $(UNIX_DIR)/tkAppInit.c; \ do \ $(INSTALL_DATA) $$i $(SCRIPT_INSTALL_DIR); \ done; |