Mercurial > hg > xemacs-beta
diff Makefile.in @ 367:a4f53d9b3154 r21-1-13
Import from CVS: tag r21-1-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:07 +0200 |
parents | 7347b34c275b |
children | cc15677e0335 |
line wrap: on
line diff
--- a/Makefile.in Mon Aug 13 11:00:13 2007 +0200 +++ b/Makefile.in Mon Aug 13 11:01:07 2007 +0200 @@ -55,6 +55,7 @@ LANG = C RM = rm -f pwd = /bin/pwd +TAR = tar ## ==================== Things `configure' Might Edit ==================== @@ -424,8 +425,8 @@ -a "`(cd $${dir} && $(pwd))`" != \ "`(cd $${dest} && $(pwd))`" \ && (echo "Copying $${dir}..." ; \ - (cd $${dir} && tar -cf - . ) | \ - (cd $${dest} && umask 022 && tar -xf - );\ + (cd $${dir} && $(TAR) -cf - . ) | \ + (cd $${dest} && umask 022 && $(TAR) -xf - );\ chmod 0755 $${dest}; \ for subdir in `find $${dest} -type d ! -name RCS ! -name SCCS ! -name CVS -print` ; do \ (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; \