comparison 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
comparison
equal deleted inserted replaced
103140:ba681b91f716 103141:bbc4e451e5dc
401 ### We do install-arch-indep first because 401 ### We do install-arch-indep first because
402 ### the executable needs the Lisp files and DOC file to work properly. 402 ### the executable needs the Lisp files and DOC file to work properly.
403 install: all install-arch-indep install-arch-dep install-leim blessmail 403 install: all install-arch-indep install-arch-dep install-leim blessmail
404 @true 404 @true
405 405
406 MV_DIRS = for i in $$dir; do rm -fr $$(basename "$$i") ; mv "$$i" . ; done 406 MV_DIRS = for i in $$dir; do rm -fr `basename "$$i"` ; mv "$$i" . ; done
407 407
408 ### Install the executables that were compiled specifically for this machine. 408 ### Install the executables that were compiled specifically for this machine.
409 ### It would be nice to do something for a parallel make 409 ### It would be nice to do something for a parallel make
410 ### to ensure that install-arch-indep finishes before this starts. 410 ### to ensure that install-arch-indep finishes before this starts.
411 install-arch-dep: mkdir 411 install-arch-dep: mkdir