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