summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-23 13:37:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-23 13:37:04 (GMT)
commit40af4f0e8c40ef3a1bc01189d45ddd921cc14550 (patch)
treea9da7654820286bfa57e894a9a1fb8e4de69b33c /win/Makefile.in
parent27afd154a9fc5f72d7a829b285c340766ef8c6ce (diff)
parent2057f61af78500da2956bf3aa83cc10878e93d09 (diff)
downloadtk-40af4f0e8c40ef3a1bc01189d45ddd921cc14550.zip
tk-40af4f0e8c40ef3a1bc01189d45ddd921cc14550.tar.gz
tk-40af4f0e8c40ef3a1bc01189d45ddd921cc14550.tar.bz2
sync nmakehlp.c with Tcl version
<p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
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 d9aafcc..787dc30 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -147,7 +147,7 @@ MAN2TCL = man2tcl$(EXEEXT)
@SET_MAKE@
-# Setting the VPATH variable to a list of paths will cause the
+# Setting the VPATH variable to a list of paths will cause the
# makefile to look into these paths when resolving .c to .obj
# dependencies.
@@ -408,7 +408,7 @@ SHELL_ENV = \
TK_LIBRARY="$(ROOT_DIR_NATIVE)/library"; export TK_LIBRARY; \
PATH="$(TCL_BIN_DIR):$(PATH)"; export PATH;
-# Main targets. The default target -- all -- builds the binaries,
+# Main targets. The default target -- all -- builds the binaries,
# performs any post processing on libraries or documents.
all: binaries libraries doc
@@ -483,7 +483,7 @@ install-binaries: binaries
$(COPY) $$i "$(BIN_INSTALL_DIR)"; \
fi; \
done
- @echo "Creating package index $(PKG_INDEX)";
+ @echo "Creating package index $(PKG_INDEX)";
@$(RM) $(PKG_INDEX);
@(\
echo "if {[catch {package present Tcl $(TCLVERSION)$(TCLPATCHL)}]} return";\