summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-04 18:45:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-04 18:45:25 (GMT)
commita76e0a5497d061d56ad51d61a7700baaa2a84f2b (patch)
tree36aeb900ace966ec4f1ca99bcf113b39f0508514
parent363b1496f3349d6c5e08660fdac3231970bb003a (diff)
downloadtcl-a76e0a5497d061d56ad51d61a7700baaa2a84f2b.zip
tcl-a76e0a5497d061d56ad51d61a7700baaa2a84f2b.tar.gz
tcl-a76e0a5497d061d56ad51d61a7700baaa2a84f2b.tar.bz2
* unix/Makefile.in: Corrections to `make dist` dependencies to be
sure that macosx/configure gets generated whenever it does not exist.
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 0f9be18..e3cb4a6 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.213 2007/09/04 18:35:21 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.214 2007/09/04 18:45:25 dgp Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -1613,7 +1613,7 @@ $(UNIX_DIR)/tclConfig.h.in: $(UNIX_DIR)/configure.in $(UNIX_DIR)/tcl.m4 \
$(MAC_OSX_DIR)/configure: $(MAC_OSX_DIR)/configure.ac
cd $(MAC_OSX_DIR); autoconf
-dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in
+dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(MAC_OSX_DIR)/configure
rm -rf $(DISTDIR)
mkdir -p $(DISTDIR)/unix
cp -p $(UNIX_DIR)/*.[ch] $(DISTDIR)/unix