Mercurial > emacs
changeset 2099:2345bb83831a
* Makefile.in (install.sysv): Add a second `$' in front of
`${dest}', so that the shell will expand it, instead of Make.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 11 Mar 1993 06:58:20 +0000 |
parents | 8e274cb78360 |
children | 4c081de167f4 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 ; \