summaryrefslogtreecommitdiff
path: root/t/lflags-cxx.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/lflags-cxx.sh')
-rw-r--r--t/lflags-cxx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lflags-cxx.sh b/t/lflags-cxx.sh
index e5e3514fc..7b5e2ac8d 100644
--- a/t/lflags-cxx.sh
+++ b/t/lflags-cxx.sh
@@ -59,7 +59,7 @@ grep '\$(LFLAGS).*\$(AM_LFLAGS)' Makefile.in && exit 1
$AUTOCONF
./configure
-run_make LFLAGS=__user_flags__ foo.cc bar-bar.c++
+$MAKE foo.cc bar-bar.c++ LFLAGS=__user_flags__
cat foo.cc
cat bar-bar.c++