summaryrefslogtreecommitdiff
path: root/t/output6.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/output6.sh')
-rw-r--r--t/output6.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/t/output6.sh b/t/output6.sh
index adaadaa88..ccc584bd8 100644
--- a/t/output6.sh
+++ b/t/output6.sh
@@ -51,12 +51,16 @@ EOF
echo 'd = D' > d.in
+cat > GNUmakefile << 'END'
+include foo
+END
$ACLOCAL
$AUTOCONF
$AUTOMAKE
+
./configure
-$MAKE -f foo test1
+$MAKE test1
$sleep
cat >b.in <<'EOF'
@@ -66,7 +70,6 @@ c = F
d = F
EOF
-using_gmake || $MAKE -f foo
-$MAKE -f foo test2
+$MAKE test2
: