summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-05-04 01:13:20 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-05-04 01:13:20 +0000
commit734dabe0eceb575fcb94d1bb32152a1ab37e880f (patch)
tree87b2c3d954708ec524953c2de8a4dd8a9db1dd06 /Makefile.in
parent2b4e72e1d5ccecf590125c022a78a88755c779e5 (diff)
downloademacs-734dabe0eceb575fcb94d1bb32152a1ab37e880f.tar.gz
* Makefile.in (install-arch-dep): Avoid using $$(..) construct,
for Solaris compatibility. * leim/Makefile.in (install): Avoid using $$(..) construct, for Solaris compatibility.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 55a76cbba6d..4095976d7f9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -403,7 +403,7 @@ $(srcdir)/src/stamp-h.in: $(AUTOCONF_INPUTS)
install: all install-arch-indep install-arch-dep install-leim blessmail
@true
-MV_DIRS = for i in $$dir; do rm -fr $$(basename "$$i") ; mv "$$i" . ; done
+MV_DIRS = for i in $$dir; do rm -fr `basename "$$i"` ; mv "$$i" . ; done
### Install the executables that were compiled specifically for this machine.
### It would be nice to do something for a parallel make