Remove redundant file copy.

This commit is contained in:
Anthony Carrico 2005-07-08 01:29:00 +00:00
parent 073be64796
commit c77b5e1372
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ install : $(targets)
dist : $(targets)
mkdir sunterlib-$(version)
cp pkg-def.scm COPYING DETAILS INSTALL NEWS README README.contrib \
pkg-def.scm sunterlib-$(version)/
sunterlib-$(version)/
cp -r s48 sunterlib-$(version)/s48
cp -r scsh sunterlib-$(version)/scsh
find sunterlib-$(version)/ -name CVS | xargs rm -rf