aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-16 07:25:42 +0000
committerRichard M. Stallman1994-04-16 07:25:42 +0000
commit3bdaa06a920f0e46b2478e0afc8e08f8c6925156 (patch)
tree18541bd8512e4d165ac03b22b8056e317b89a3cb /src
parentcf1c8cd91d095ca655e10ef192f58453b005339d (diff)
downloademacs-3bdaa06a920f0e46b2478e0afc8e08f8c6925156.tar.gz
emacs-3bdaa06a920f0e46b2478e0afc8e08f8c6925156.zip
(configuration): Use SET_MAKE to get the value of $(MAKE).
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 193fe9e2194..a48253a8506 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -17,10 +17,7 @@ You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18the 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. */
21MAKE = make
22
23/* Here are the things that we expect ../configure to edit. */
24srcdir=@srcdir@ 21srcdir=@srcdir@
25VPATH=@srcdir@ 22VPATH=@srcdir@
26CC=@CC@ 23CC=@CC@
@@ -30,6 +27,9 @@ 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. */
32configuration=\"@configuration@\" 29configuration=\"@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. */
35dot = . 35dot = .