summaryrefslogtreecommitdiff
path: root/t/yflags.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/yflags.sh')
-rw-r--r--t/yflags.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/yflags.sh b/t/yflags.sh
index 6eeaa7dfd..e90b1223c 100644
--- a/t/yflags.sh
+++ b/t/yflags.sh
@@ -57,7 +57,7 @@ grep '\$(YFLAGS).*\$(AM_YFLAGS)' Makefile.in && exit 1
$AUTOCONF
./configure
-run_make YFLAGS=__user_flags__ foo.c bar-bar.c
+$MAKE foo.c bar-bar.c YFLAGS=__user_flags__
cat foo.c
cat bar-bar.c