summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-09-19 13:00:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-09-19 13:00:02 (GMT)
commit50a0b81579b95c82bd8c9ff5030a982edc454d84 (patch)
tree233e08a4e15b429a05ca60fca66a2015a860ec25 /win/Makefile.in
parent3b93da87b3c4bfc5636001e526f47bdd731d4534 (diff)
parentad07565ec073b413895d29fa06f19a63b39aa83e (diff)
downloadtcl-50a0b81579b95c82bd8c9ff5030a982edc454d84.zip
tcl-50a0b81579b95c82bd8c9ff5030a982edc454d84.tar.gz
tcl-50a0b81579b95c82bd8c9ff5030a982edc454d84.tar.bz2
consistant use of capitals
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 5109e7a..0c6704b 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -584,23 +584,23 @@ install-binaries: binaries
fi; \
done
@if [ -f $(DDE_DLL_FILE) ]; then \
- echo installing $(DDE_DLL_FILE); \
+ echo Installing $(DDE_DLL_FILE); \
$(COPY) $(DDE_DLL_FILE) $(LIB_INSTALL_DIR)/dde${DDEDOTVER}; \
$(COPY) $(ROOT_DIR)/library/dde/pkgIndex.tcl \
$(LIB_INSTALL_DIR)/dde${DDEDOTVER}; \
fi
@if [ -f $(DDE_LIB_FILE) ]; then \
- echo installing $(DDE_LIB_FILE); \
+ echo Installing $(DDE_LIB_FILE); \
$(COPY) $(DDE_LIB_FILE) $(LIB_INSTALL_DIR)/dde${DDEDOTVER}; \
fi
@if [ -f $(REG_DLL_FILE) ]; then \
- echo installing $(REG_DLL_FILE); \
+ echo Installing $(REG_DLL_FILE); \
$(COPY) $(REG_DLL_FILE) $(LIB_INSTALL_DIR)/reg${REGDOTVER}; \
$(COPY) $(ROOT_DIR)/library/reg/pkgIndex.tcl \
$(LIB_INSTALL_DIR)/reg${REGDOTVER}; \
fi
@if [ -f $(REG_LIB_FILE) ]; then \
- echo installing $(REG_LIB_FILE); \
+ echo Installing $(REG_LIB_FILE); \
$(COPY) $(REG_LIB_FILE) $(LIB_INSTALL_DIR)/reg${REGDOTVER}; \
fi