# HG changeset patch # User Jim Blandy # Date 731833100 0 # Node ID 2345bb83831a01f76fea4a2208aff6bc6b9c1338 # Parent 8e274cb783608e631a1ee53b82a4da3013434086 * Makefile.in (install.sysv): Add a second `$' in front of `${dest}', so that the shell will expand it, instead of Make. diff -r 8e274cb78360 -r 2345bb83831a Makefile.in --- a/Makefile.in Thu Mar 11 06:18:56 1993 +0000 +++ b/Makefile.in Thu Mar 11 06:58:20 1993 +0000 @@ -314,7 +314,7 @@ for dir in ${COPYDIR} ; do \ dest=$$1 ; shift ; \ if [ `/bin/pwd`/$${dir} != `(cd $${dest}; /bin/pwd)` ] ; then \ - (cd $${dir}; find . -print | cpio -pdum ${dest} ) ; \ + (cd $${dir}; find . -print | cpio -pdum $${dest} ) ; \ for subdir in `find $${dest} -type d ! -name RCS -print` ; do \ rm -rf $${subdir}/RCS ; \ rm -rf $${subdir}/CVS ; \