summaryrefslogtreecommitdiff
path: root/t/vala-mix2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/vala-mix2.sh')
-rw-r--r--t/vala-mix2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/vala-mix2.sh b/t/vala-mix2.sh
index 0725100fe..5ad1b5d46 100644
--- a/t/vala-mix2.sh
+++ b/t/vala-mix2.sh
@@ -17,7 +17,7 @@
# Vala sources, C and C++ sources and C and C++ headers in the same
# program. Functional test. See automake bug#10894.
-required='valac cc c++ pkg-config'
+required='valac gcc g++ pkg-config'
. test-init.sh
cat >> configure.ac <<'END'
@@ -90,8 +90,8 @@ have_generated_files ()
have_generated_files
# Remake rules are not uselessly triggered.
-$MAKE -q
$MAKE -n | $FGREP vala.stamp && exit 1
+$MAKE -q
# But are triggered when they should.
for file in zardoz.vala foo.h bar.c baz.c zen.hh master.cxx; do