diff options
author | das <das> | 2007-04-25 02:49:12 (GMT) |
---|---|---|
committer | das <das> | 2007-04-25 02:49:12 (GMT) |
commit | faf0f0ef598c5be1f8582ed3f03336b9b389faef (patch) | |
tree | 3bef69ffdd8a46e2af28a1febc278effe58314cd /unix | |
parent | 3db7ba34d45ae329be55c4212d3bc6d0fe7c04ce (diff) | |
download | tcl-faf0f0ef598c5be1f8582ed3f03336b9b389faef.zip tcl-faf0f0ef598c5be1f8582ed3f03336b9b389faef.tar.gz tcl-faf0f0ef598c5be1f8582ed3f03336b9b389faef.tar.bz2 |
* unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index fd6d914..c0bfa1e 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.204 2007/04/24 16:26:52 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.205 2007/04/25 02:49:13 das Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -1690,7 +1690,8 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in mkdir $(DISTDIR)/macosx cp -p $(TOP_DIR)/macosx/GNUmakefile $(TOP_DIR)/macosx/README \ $(TOP_DIR)/macosx/*.c $(TOP_DIR)/macosx/*.in \ - $(TOP_DIR)/macosx/*.ac $(DISTDIR)/macosx + $(TOP_DIR)/macosx/*.ac $(TOP_DIR)/macosx/*.xcconfig \ + $(DISTDIR)/macosx mkdir $(DISTDIR)/macosx/Tcl.pbproj cp -p $(TOP_DIR)/macosx/Tcl.pbproj/*.pbx* $(DISTDIR)/macosx/Tcl.pbproj mkdir $(DISTDIR)/macosx/Tcl.xcode |