diff options
author | hobbs <hobbs> | 2005-06-04 21:06:24 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-06-04 21:06:24 (GMT) |
commit | 16a883d1b1590be9e1ce6f6825a2e7bf1beef910 (patch) | |
tree | 9ddce34e3eacd8c80f7aca85bd56740b32bc61de /unix | |
parent | dd7b1892c339d63355a809ba937a0657f3c740ad (diff) | |
download | tcl-16a883d1b1590be9e1ce6f6825a2e7bf1beef910.zip tcl-16a883d1b1590be9e1ce6f6825a2e7bf1beef910.tar.gz tcl-16a883d1b1590be9e1ce6f6825a2e7bf1beef910.tar.bz2 |
add libtommath to dist target
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index e96ed48..f5d1b80 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.169 2005/06/02 22:56:03 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.170 2005/06/04 21:06:24 hobbs Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -1627,6 +1627,9 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(DISTDIR)/tools $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/tools/tcl.hpj.in \ $(DISTDIR)/tools/tcl.wse.in + mkdir $(DISTDIR)/libtommath + cp -p $(TOP_DIR)/libtommath/*.* \ + $(DISTDIR)/libtommath # # The following target can only be used for non-patch releases. Use |