Mercurial > hg > xemacs-beta
diff lisp/ilisp/Makefile @ 195:a2f645c6b9f8 r20-3b24
Import from CVS: tag r20-3b24
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 09:59:05 +0200 |
| parents | 15872534500d |
| children |
line wrap: on
line diff
--- a/lisp/ilisp/Makefile Mon Aug 13 09:58:32 2007 +0200 +++ b/lisp/ilisp/Makefile Mon Aug 13 09:59:05 2007 +0200 @@ -28,7 +28,9 @@ EMACS = emacs # The SHELL variable is used only for making the distribution. -SHELL = /bin/csh +#SHELL = /bin/csh +# Tsk, tsk, Though shalt not use csh in distributed scripts. +SHELL = /bin/sh # These are used mostly for packaging the distribution Ilisp_src_dir = $(shell pwd)
