Mercurial > emacs
changeset 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 | 027b7de8a571 |
children | a2f4fd22e71f |
files | src/Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sat Apr 16 07:18:26 1994 +0000 +++ b/src/Makefile.in Sat Apr 16 07:25:42 1994 +0000 @@ -17,10 +17,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* BSD doesn't have it as a default. */ -MAKE = make - -/* Here are the things that we expect ../configure to edit. */ +/* Here are the things that we expect ../configure to edit. */ srcdir=@srcdir@ VPATH=@srcdir@ CC=@CC@ @@ -30,6 +27,9 @@ /* These escaped doublequotes become part of the macro definition in emacs.c. Thus, the definition is a C string constant. */ configuration=\"@configuration@\" +/* Substitute an assignment for the MAKE variable, because + BSD doesn't have it as a default. */ +@SET_MAKE@ /* On Xenix and the IBM RS6000, double-dot gets screwed up. */ dot = .