summaryrefslogtreecommitdiff
path: root/t/remake-moved-m4-file.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/remake-moved-m4-file.sh')
-rw-r--r--t/remake-moved-m4-file.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/remake-moved-m4-file.sh b/t/remake-moved-m4-file.sh
index 00d128261..bbc468aed 100644
--- a/t/remake-moved-m4-file.sh
+++ b/t/remake-moved-m4-file.sh
@@ -51,7 +51,6 @@ $MAKE test
# Move one file.
mv d1/foo.m4 d2/foo.m4
-using_gmake || $MAKE Makefile
$MAKE test
$MAKE distdir
ls -l $distdir $distdir/*
@@ -63,7 +62,6 @@ test ! -e $distdir/d2/macros.m4
# Move both files at once.
mv d1/macros.m4 d3/macros.m4
mv d2/foo.m4 d3/foo.m4
-using_gmake || $MAKE Makefile
$MAKE test
$MAKE distdir
ls -l $distdir $distdir/*