diff options
author | davygrvy <davygrvy@pobox.com> | 2002-03-05 18:47:58 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-03-05 18:47:58 (GMT) |
commit | 1f5a1f6d4db67a05a82099b92bce80745bf1e507 (patch) | |
tree | 10dd1f860b07967a32ac07a4db15698fbfcf3781 /unix/Makefile.in | |
parent | bc5403f44db8b4144422b393a6e889078dd0380d (diff) | |
download | tcl-1f5a1f6d4db67a05a82099b92bce80745bf1e507.zip tcl-1f5a1f6d4db67a05a82099b92bce80745bf1e507.tar.gz tcl-1f5a1f6d4db67a05a82099b92bce80745bf1e507.tar.bz2 |
Added win/rules.vc and win/coffbase.txt to dist target needed by makefile.vc
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index a1453f0..347e191 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.95 2002/03/04 23:25:43 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.96 2002/03/05 18:47:58 davygrvy Exp $ VERSION = @TCL_VERSION@ @@ -1227,6 +1227,11 @@ dist: $(UNIX_DIR)/configure mklinks cp -p $(TOP_DIR)/win/*.bat $(DISTDIR)/win $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/*.bat cp -p $(TOP_DIR)/win/makefile.* $(DISTDIR)/win + $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/makefile.* + cp -p $(TOP_DIR)/win/rules.vc $(DISTDIR)/win + $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/rules.vc + cp -p $(TOP_DIR)/win/coffbase.txt $(DISTDIR)/win + $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/coffbase.txt cp -p $(TOP_DIR)/win/tcl.hpj.in $(DISTDIR)/win $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/tcl.hpj.in cp -p $(TOP_DIR)/win/README $(DISTDIR)/win |