diff Makefile.in @ 103141:bbc4e451e5dc

* Makefile.in (install-arch-dep): Avoid using $$(..) construct, for Solaris compatibility. * leim/Makefile.in (install): Avoid using $$(..) construct, for Solaris compatibility.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 04 May 2009 01:13:20 +0000
parents a3293f66b0df
children 012ded1c9caf
line wrap: on
line diff
--- a/Makefile.in	Sun May 03 23:19:35 2009 +0000
+++ b/Makefile.in	Mon May 04 01:13:20 2009 +0000
@@ -403,7 +403,7 @@
 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