From fa1098b41069d66a3c7b6ba2bc07dba945ebc850 Mon Sep 17 00:00:00 2001 From: jbj Date: Sat, 13 Jul 2002 19:32:42 +0000 Subject: [PATCH] Use ${MAKE}, not make, for portability. CVS patchset: 5552 CVS date: 2002/07/13 19:32:42 --- beecrypt/Makefile.am | 2 +- rpmio/Makefile.am | 2 +- tests/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/beecrypt/Makefile.am b/beecrypt/Makefile.am index ae34f0b..57b9837 100644 --- a/beecrypt/Makefile.am +++ b/beecrypt/Makefile.am @@ -63,7 +63,7 @@ EXTRA_DIST = BENCHMARKS BUGS CONTRIBUTORS Doxyfile.in Doxyheader README README.D .PHONY: beetest beetest: all - make -C tests beetest + ${MAKE} -C tests beetest ./tests/beetest beecrypt.lcd: Makefile.am ${libbeecrypt_la_SOURCES} ${pkginclude_HEADERS} ${noinst_HEADERS} diff --git a/rpmio/Makefile.am b/rpmio/Makefile.am index f730369..6f3ab29 100644 --- a/rpmio/Makefile.am +++ b/rpmio/Makefile.am @@ -34,7 +34,7 @@ install-data-local: mv .librpmio.la librpmio.la $(top_builddir)/beecrypt/listobjs: - make -C $(top_builddir)/beecrypt listobjs + ${MAKE} -C $(top_builddir)/beecrypt listobjs .created: $(top_builddir)/beecrypt/listobjs for lo in $(BEECRYPTLOBJS); do \ diff --git a/tests/Makefile.am b/tests/Makefile.am index 86e9cf9..ae0e853 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = hello-test check-recursive: ./usr/ ./bin ./var ./usr ./bin ./var: ../rpm - make -C .. DESTDIR=`pwd` install + ${MAKE} -C .. DESTDIR=`pwd` install cp rpmrc macros ./$(pkglibdir) rm -f ./@GZIPBIN@ if [ ! -d ./`dirname @GZIPBIN@` ] ; then mkdir -p ./`dirname @GZIPBIN@` ; fi -- 2.7.4