diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-04 19:17:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-04 19:17:50 (GMT) |
commit | 4aafa2f449bf945d47328866d5406c59b7e423f3 (patch) | |
tree | 1e21f1d323110ee89555e0172543c8268c94d4ae /unix/Makefile.in | |
parent | a76e0a5497d061d56ad51d61a7700baaa2a84f2b (diff) | |
download | tcl-4aafa2f449bf945d47328866d5406c59b7e423f3.zip tcl-4aafa2f449bf945d47328866d5406c59b7e423f3.tar.gz tcl-4aafa2f449bf945d47328866d5406c59b7e423f3.tar.bz2 |
* unix/Makefile.in: It's unreliable to count on the release
manager to remember to `make genstubs` before `make dist`. Let the
Makefile remember the dependency for us.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index e3cb4a6..27da713 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.214 2007/09/04 18:45:25 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.215 2007/09/04 19:17:50 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 $(MAC_OSX_DIR)/configure +dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(MAC_OSX_DIR)/configure genstubs rm -rf $(DISTDIR) mkdir -p $(DISTDIR)/unix cp -p $(UNIX_DIR)/*.[ch] $(DISTDIR)/unix |