From: Ralf Wildenhues Date: Fri, 8 Jul 2005 15:50:35 +0000 (+0000) Subject: * tests/defs (make): Undo bogus change I did, and also X-Git-Tag: release-1-5-20~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b790e1f86683032fa2e24c7ffa78528394069ed;p=thirdparty%2Flibtool.git * tests/defs (make): Undo bogus change I did, and also wrongly attributed to Derek R. Price. --- diff --git a/ChangeLog b/ChangeLog index 0db9afad5..133c492b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-08 Ralf Wildenhues + + * tests/defs (make): Undo bogus change I did, and also + wrongly attributed to Derek R. Price. + 2005-07-08 Derek R. Price * tests/defs (SED): Default variable contents to `sed'. diff --git a/tests/defs b/tests/defs index 4a2589138..cf0a09034 100644 --- a/tests/defs +++ b/tests/defs @@ -17,8 +17,8 @@ esac progname=`echo "$0" | sed 's%^.*/%%'` libtool="../libtool" +make="${MAKE-make}" SHELL="${CONFIG_SHELL-/bin/sh}" -: ${MAKE=make} : ${SED=sed} if echo a | (grep -E '(a|b)') >/dev/null 2>&1; then