with $MAKE. Makes the test pass for MinGW.
+2005-07-28 Peter Ekberg <peda@lysator.liu.se>
+
+ * tests/demo-noinst-link.test: $make is empty on MSYS, replace
+ with $MAKE. Makes the test pass for MinGW.
+
2005-07-28 Peter Ekberg <peda@lysator.liu.se>
* config/ltmain.m4sh (func_generate_dlsyms): Properly remove
status=$EXIT_SUCCESS
func_msg "linking \`hell' with a broken \`demo/libhello.la'"
-if $make "hell$EXEEXT" libhello_la_OBJECTS=hello.lo; then
+if $MAKE "hell$EXEEXT" libhello_la_OBJECTS=hello.lo; then
func_msg "Succeeded: this means the installed library was used, which is wrong"
status=$EXIT_FAILURE
fi