changeset 40253:a303509b9c29

Use $MAKE for `make' if set.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 24 Oct 2001 11:38:42 +0000
parents 111fc7634b28
children 51c9985454e3
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Oct 24 11:12:23 2001 +0000
+++ b/configure.in	Wed Oct 24 11:38:42 2001 +0000
@@ -2274,7 +2274,7 @@
 changequote([, ])dnl
 
 echo creating src/epaths.h
-make epaths-force
+${MAKE-make} epaths-force
 
 # As of 2000-11-19, newest development versions of GNU cpp preprocess
 # `..' to `. .'  unless invoked with -traditional