summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-05 10:48:52 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-05 10:48:52 (GMT)
commitfc57686bf62443a7e6aa417dc6e3c81d245bfcfa (patch)
treeee7d28d5efd719494db250abefe7f08c237cc3e8 /win/Makefile.in
parent9e9b1b525c80ed7c369df28cefc524d01e7ebb16 (diff)
downloadtk-fc57686bf62443a7e6aa417dc6e3c81d245bfcfa.zip
tk-fc57686bf62443a7e6aa417dc6e3c81d245bfcfa.tar.gz
tk-fc57686bf62443a7e6aa417dc6e3c81d245bfcfa.tar.bz2
Remove references to deleted file
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in6
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;