Index: tests/demo-noinst-link.test
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/demo-noinst-link.test,v
retrieving revision 1.5.2.2
diff -u -u -5 -r1.5.2.2 demo-noinst-link.test
--- tests/demo-noinst-link.test	25 Apr 2005 15:06:43 -0000	1.5.2.2
+++ tests/demo-noinst-link.test	21 Jul 2005 15:31:23 -0000
@@ -48,11 +48,11 @@
 func_msg "removing \`libhello.la' and \`hell' from demo"
 rm -f libhello.la "hell$EXEEXT"
 
 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
 
 exit $status
