diff options
| author | Gerd Moellmann | 2001-10-24 11:38:42 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-24 11:38:42 +0000 |
| commit | f8f7ab5469962c6038cba9ac1223783d07b95d70 (patch) | |
| tree | a48dde0b342b053732a149b8fbefd91e924bda49 | |
| parent | bdbdebff2028c24100ee88408807681ce7f2fe7a (diff) | |
| download | emacs-f8f7ab5469962c6038cba9ac1223783d07b95d70.tar.gz emacs-f8f7ab5469962c6038cba9ac1223783d07b95d70.zip | |
Use $MAKE for `make' if set.
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 74436d51423..fcfd53e18c8 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2274,7 +2274,7 @@ sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ | |||
| 2274 | changequote([, ])dnl | 2274 | changequote([, ])dnl |
| 2275 | 2275 | ||
| 2276 | echo creating src/epaths.h | 2276 | echo creating src/epaths.h |
| 2277 | make epaths-force | 2277 | ${MAKE-make} epaths-force |
| 2278 | 2278 | ||
| 2279 | # As of 2000-11-19, newest development versions of GNU cpp preprocess | 2279 | # As of 2000-11-19, newest development versions of GNU cpp preprocess |
| 2280 | # `..' to `. .' unless invoked with -traditional | 2280 | # `..' to `. .' unless invoked with -traditional |