summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-27 23:57:41 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-27 23:57:41 +0000
commit4422953ec30f087e0854b625bb994631710a7659 (patch)
tree4ddbe1b9e028c7eef0ff28e9989ea92592f9bf6f /Makefile.in
parentae452b4b15b1599078272c5653f41b8f347d1c14 (diff)
downloademacs-4422953ec30f087e0854b625bb994631710a7659.tar.gz
(do-install): Add `shift' command.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ec3ce262bcf..8ef2d188960 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -327,6 +327,7 @@ do-install: mkdir
if [ `(cd $$1 ; pwd)` != `(cd $${dir} ; pwd)` ] ; then \
rm -rf $$1 ; \
fi ; \
+ shift ; \
done
-set ${COPYDESTS} ; \
mkdir ${COPYDESTS} ; \