1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

* Makefile.in (install.sysv): Add a second `$' in front of

`${dest}', so that the shell will expand it, instead of Make.
This commit is contained in:
Jim Blandy 1993-03-11 06:58:20 +00:00
parent b833a2805d
commit 2009907027

View File

@ -314,7 +314,7 @@ install.sysv: all mkdir
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 ; \