summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-12-22 15:21:56 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-12-22 15:21:56 (GMT)
commit4f3dd6a05175dd7cda7751de8463eac57598e349 (patch)
tree55feca0496a6c29e09c840b5d03386da3964ddef /unix/Makefile.in
parentee58f2d325a281f03cf6669e8d7ae2c377a5af2d (diff)
parent296aebbd6ee092a25741684fa37ee31ef5a3e222 (diff)
downloadtcl-4f3dd6a05175dd7cda7751de8463eac57598e349.zip
tcl-4f3dd6a05175dd7cda7751de8463eac57598e349.tar.gz
tcl-4f3dd6a05175dd7cda7751de8463eac57598e349.tar.bz2
merge release
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 680d4ce..df05759 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2019,8 +2019,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(M
cp -p $(TOMMATH_SRCS) $(TOMMATH_DIR)/*.h \
$(DISTDIR)/libtommath
mkdir $(DISTDIR)/pkgs
- cp $(TOP_DIR)/pkgs/README $(TOP_DIR)/pkgs/package.list.txt \
- $(DISTDIR)/pkgs
+ cp $(TOP_DIR)/pkgs/README $(DISTDIR)/pkgs
for i in `ls $(DISTROOT)/pkgs/*.tar.gz 2> /dev/null`; do \
tar -C $(DISTDIR)/pkgs -xzf "$$i"; \
done