From 16a883d1b1590be9e1ce6f6825a2e7bf1beef910 Mon Sep 17 00:00:00 2001 From: hobbs Date: Sat, 4 Jun 2005 21:06:24 +0000 Subject: add libtommath to dist target --- unix/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v0.12