summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-28 10:57:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-28 10:57:25 (GMT)
commit56c6fe5e8cce063cb7e0dec1a5035ad8e4fa783e (patch)
treea3d3566c10f7a8d36b553077f599966f6a99dc4b /unix/Makefile.in
parentc6fdd0f07eb9197e59da6170e89c7beafd0a43e0 (diff)
parent9948d29038eeaaed7e7f3a5d39b22b5462f2c825 (diff)
downloadtcl-56c6fe5e8cce063cb7e0dec1a5035ad8e4fa783e.zip
tcl-56c6fe5e8cce063cb7e0dec1a5035ad8e4fa783e.tar.gz
tcl-56c6fe5e8cce063cb7e0dec1a5035ad8e4fa783e.tar.bz2
Don't fix eol-style for Makefile.in in "make dist", if the file system is case-insensitive/case-preserving.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 093fb40..6c09473 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -625,7 +625,6 @@ ${LIB_FILE}: ${OBJS} ${STUB_LIB_FILE}
rm -f $@
@MAKE_LIB@
-
${STUB_LIB_FILE}: ${STUB_LIB_OBJS}
rm -f $@
@MAKE_STUB_LIB@
@@ -1608,7 +1607,7 @@ $(DTRACE_OBJ): $(DTRACE_SRC) $(TCL_OBJS)
# notifier can modify them to suit their own installation.
#--------------------------------------------------------------------------
-xttest: ${XTTEST_OBJS} ${TCL_LIB_FILE} ${TCL_STUB_LIB_FILE} ${BUILD_DLTEST}
+xttest: ${XTTEST_OBJS} ${TCL_LIB_FILE} ${TCL_STUB_LIB_FILE} ${BUILD_DLTEST}
${CC} ${CFLAGS} ${LDFLAGS} ${XTTEST_OBJS} \
@TCL_BUILD_LIB_SPEC@ ${TCL_STUB_LIB_FILE} ${LIBS} @EXTRA_TCLSH_LIBS@ \
${CC_SEARCH_FLAGS} -L/usr/openwin/lib -lXt -o xttest
@@ -2018,7 +2017,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(M
cp -p $(TOP_DIR)/win/*.bat $(DISTDIR)/win
@$(EOLFIX) -crlf $(DISTDIR)/win/*.bat
cp -p $(TOP_DIR)/win/makefile.* $(DISTDIR)/win
- @$(EOLFIX) -crlf $(DISTDIR)/win/makefile.*
+ @$(EOLFIX) -crlf $(DISTDIR)/win/makefile.bc $(DISTDIR)/win/makefile.vc
cp -p $(TOP_DIR)/win/rules.vc $(DISTDIR)/win
@$(EOLFIX) -crlf $(DISTDIR)/win/rules.vc
cp -p $(TOP_DIR)/win/coffbase.txt $(DISTDIR)/win