diff options
| author | Jim Blandy | 1993-03-11 06:58:20 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-11 06:58:20 +0000 |
| commit | 200990702798bf424b273b54a870f91957999b36 (patch) | |
| tree | dda7f62f9e02a01adeb944dfcac465c2e98d2c43 | |
| parent | b833a2805d593b1bd2862aa4f5883a8b3ad2c5ed (diff) | |
| download | emacs-200990702798bf424b273b54a870f91957999b36.tar.gz emacs-200990702798bf424b273b54a870f91957999b36.zip | |
* Makefile.in (install.sysv): Add a second `$' in front of
`${dest}', so that the shell will expand it, instead of Make.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7dbf977ece5..d246e82138c 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -314,7 +314,7 @@ install.sysv: all mkdir | |||
| 314 | for dir in ${COPYDIR} ; do \ | 314 | for dir in ${COPYDIR} ; do \ |
| 315 | dest=$$1 ; shift ; \ | 315 | dest=$$1 ; shift ; \ |
| 316 | if [ `/bin/pwd`/$${dir} != `(cd $${dest}; /bin/pwd)` ] ; then \ | 316 | if [ `/bin/pwd`/$${dir} != `(cd $${dest}; /bin/pwd)` ] ; then \ |
| 317 | (cd $${dir}; find . -print | cpio -pdum ${dest} ) ; \ | 317 | (cd $${dir}; find . -print | cpio -pdum $${dest} ) ; \ |
| 318 | for subdir in `find $${dest} -type d ! -name RCS -print` ; do \ | 318 | for subdir in `find $${dest} -type d ! -name RCS -print` ; do \ |
| 319 | rm -rf $${subdir}/RCS ; \ | 319 | rm -rf $${subdir}/RCS ; \ |
| 320 | rm -rf $${subdir}/CVS ; \ | 320 | rm -rf $${subdir}/CVS ; \ |