diff options
| author | Richard M. Stallman | 1994-04-16 07:25:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-16 07:25:42 +0000 |
| commit | 3bdaa06a920f0e46b2478e0afc8e08f8c6925156 (patch) | |
| tree | 18541bd8512e4d165ac03b22b8056e317b89a3cb /src | |
| parent | cf1c8cd91d095ca655e10ef192f58453b005339d (diff) | |
| download | emacs-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.in | 8 |
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 | |||
| 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@ |
| @@ -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. */ |
| 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 = . |