aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-03-11 06:58:20 +0000
committerJim Blandy1993-03-11 06:58:20 +0000
commit200990702798bf424b273b54a870f91957999b36 (patch)
treedda7f62f9e02a01adeb944dfcac465c2e98d2c43
parentb833a2805d593b1bd2862aa4f5883a8b3ad2c5ed (diff)
downloademacs-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.in2
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 ; \