summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2003-12-24 12:02:26 +0000
committerJan Djärv <jan.h.d@swipnet.se>2003-12-24 12:02:26 +0000
commit0b1ec9e98455db4d85616b3d6c80a69aad038adf (patch)
tree4b6d6e08a6a0b4e3e80aeb2c4f59976d46b2deee /Makefile.in
parent35996d226032c2b7d73eaf8521ec8a986e3b92b4 (diff)
downloademacs-0b1ec9e98455db4d85616b3d6c80a69aad038adf.tar.gz
* Makefile.in (install-arch-dep): Don't let cd output go into
pipe for carbon_appdir.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 61264712027..264b99f6d33 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -367,9 +367,9 @@ install-arch-dep: mkdir
done
if test "${carbon_appdir}" != ""; then \
umask 022; mkdir -p ${carbon_appdir}/Emacs.app; \
- (cd mac/Emacs.app; tar -chf - . ) | \
+ (cd mac/Emacs.app; (tar -chf - . | \
(cd ${carbon_appdir}/Emacs.app; umask 022; tar -xvf - \
- && cat > /dev/null) || exit 1; \
+ && cat > /dev/null))) || exit 1; \
fi
### Install the files that are machine-independent.