diff options
author | hobbs <hobbs> | 2001-04-04 22:38:17 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-04-04 22:38:17 (GMT) |
commit | 79e98481b37cd04c0d04a86ee7b0539a33959af6 (patch) | |
tree | 6af7a2ea4d5d511ddd753215c9fa2c4e28a73ede /unix | |
parent | 7e7ae9453685b4d7101c7592cd4296efeeee189c (diff) | |
download | tk-79e98481b37cd04c0d04a86ee7b0539a33959af6.zip tk-79e98481b37cd04c0d04a86ee7b0539a33959af6.tar.gz tk-79e98481b37cd04c0d04a86ee7b0539a33959af6.tar.bz2 |
unix/Makefile.in (dist): mac no longer had *.exp to dist.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 57ef61f..0687e75 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.45.2.2 2001/04/04 07:57:17 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.45.2.3 2001/04/04 22:38:17 hobbs Exp $ # Current Tk version; used in various names. @@ -1019,7 +1019,6 @@ dist: $(UNIX_DIR)/configure mklinks cp -p $(TOP_DIR)/license.terms $(DISTDIR)/mac cp -p $(TOP_DIR)/mac/*.pch $(DISTDIR)/mac cp -p $(TOP_DIR)/mac/*.doc $(DISTDIR)/mac - cp -p $(TOP_DIR)/mac/*.exp $(DISTDIR)/mac cp -p $(TOP_DIR)/mac/*.tcl $(DISTDIR)/mac mkdir $(DISTDIR)/compat cp -p $(TOP_DIR)/license.terms $(TCLDIR)/compat/unistd.h \ |