Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
194:2947057885e5 | 195:a2f645c6b9f8 |
---|---|
26 #EMACS = xemacs | 26 #EMACS = xemacs |
27 #EMACS = /usr/local/bin/emacs | 27 #EMACS = /usr/local/bin/emacs |
28 EMACS = emacs | 28 EMACS = emacs |
29 | 29 |
30 # The SHELL variable is used only for making the distribution. | 30 # The SHELL variable is used only for making the distribution. |
31 SHELL = /bin/csh | 31 #SHELL = /bin/csh |
32 # Tsk, tsk, Though shalt not use csh in distributed scripts. | |
33 SHELL = /bin/sh | |
32 | 34 |
33 # These are used mostly for packaging the distribution | 35 # These are used mostly for packaging the distribution |
34 Ilisp_src_dir = $(shell pwd) | 36 Ilisp_src_dir = $(shell pwd) |
35 Ilisp_tar_dir = ilisp-$(Version) | 37 Ilisp_tar_dir = ilisp-$(Version) |
36 | 38 |