diff options
| author | Kevin B Kenny <kennykb@acm.org> | 2005-11-04 20:31:22 (GMT) |
|---|---|---|
| committer | Kevin B Kenny <kennykb@acm.org> | 2005-11-04 20:31:22 (GMT) |
| commit | 2db0c42659399534cd53fffe6e2a116e2d8b244b (patch) | |
| tree | a622587f856f164a0b2a3bfee3d424af04094766 /unix | |
| parent | a078a43209a4e6345a3cf4b57d63ec40371ee0c6 (diff) | |
| download | tcl-2db0c42659399534cd53fffe6e2a116e2d8b244b.zip tcl-2db0c42659399534cd53fffe6e2a116e2d8b244b.tar.gz tcl-2db0c42659399534cd53fffe6e2a116e2d8b244b.tar.bz2 | |
RFE 1333318
Diffstat (limited to 'unix')
| -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 f68afa2..9553d8b 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.174 2005/10/08 14:42:54 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.175 2005/11/04 20:31:22 kennykb Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -1676,7 +1676,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(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/*.* \ + cp -p $(TOMMATH_SRCS) $(TOMMATH_DIR)/*.h \ $(DISTDIR)/libtommath # |
