summaryrefslogtreecommitdiff
path: root/t/remake-renamed-m4-file.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/remake-renamed-m4-file.sh')
-rw-r--r--t/remake-renamed-m4-file.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/remake-renamed-m4-file.sh b/t/remake-renamed-m4-file.sh
index 16ce0bbfc..061df3189 100644
--- a/t/remake-renamed-m4-file.sh
+++ b/t/remake-renamed-m4-file.sh
@@ -50,7 +50,6 @@ $MAKE test
# Rename one file at the time.
mv m4/foo.m4 m4/bar.m4
-using_gmake || $MAKE Makefile
$MAKE test
$MAKE distdir
ls -l $distdir $distdir/*
@@ -58,7 +57,6 @@ test -f $distdir/m4/bar.m4
test ! -e $distdir/m4/foo.m4
mv m4/macros.m4 m4/defs.m4
-using_gmake || $MAKE Makefile
$MAKE test
$MAKE distdir
ls -l $distdir $distdir/*
@@ -69,7 +67,6 @@ test ! -e $distdir/m4/macros.m4
mv m4/bar.m4 m4/quux.m4
mv m4/defs.m4 acinclude.m4
-using_gmake || $MAKE Makefile
$MAKE test
$MAKE distdir
ls -l $distdir $distdir/*