comparison src/Makefile.in @ 6927:c9f93ac26d28

(configuration): Use SET_MAKE to get the value of $(MAKE).
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Apr 1994 07:25:42 +0000
parents d61940f5430c
children d74f85e99ab4
comparison
equal deleted inserted replaced
6926:027b7de8a571 6927:c9f93ac26d28
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 /* BSD doesn't have it as a default. */ 20 /* Here are the things that we expect ../configure to edit. */
21 MAKE = make
22
23 /* Here are the things that we expect ../configure to edit. */
24 srcdir=@srcdir@ 21 srcdir=@srcdir@
25 VPATH=@srcdir@ 22 VPATH=@srcdir@
26 CC=@CC@ 23 CC=@CC@
27 CPP=@CPP@ 24 CPP=@CPP@
28 CFLAGS=@CFLAGS@ 25 CFLAGS=@CFLAGS@
29 LN_S=@LN_S@ 26 LN_S=@LN_S@
30 /* These escaped doublequotes become part of the macro definition in emacs.c. 27 /* These escaped doublequotes become part of the macro definition in emacs.c.
31 Thus, the definition is a C string constant. */ 28 Thus, the definition is a C string constant. */
32 configuration=\"@configuration@\" 29 configuration=\"@configuration@\"
30 /* Substitute an assignment for the MAKE variable, because
31 BSD doesn't have it as a default. */
32 @SET_MAKE@
33 33
34 /* On Xenix and the IBM RS6000, double-dot gets screwed up. */ 34 /* On Xenix and the IBM RS6000, double-dot gets screwed up. */
35 dot = . 35 dot = .
36 lispdir = ${srcdir}/$(dot)$(dot)/lisp/ 36 lispdir = ${srcdir}/$(dot)$(dot)/lisp/
37 libsrc = $(dot)$(dot)/lib-src/ 37 libsrc = $(dot)$(dot)/lib-src/