summaryrefslogtreecommitdiff
path: root/t/remake-gnulib-add-acsubst.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/remake-gnulib-add-acsubst.sh')
-rw-r--r--t/remake-gnulib-add-acsubst.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/remake-gnulib-add-acsubst.sh b/t/remake-gnulib-add-acsubst.sh
index 4d51583ad..a18a49469 100644
--- a/t/remake-gnulib-add-acsubst.sh
+++ b/t/remake-gnulib-add-acsubst.sh
@@ -38,7 +38,7 @@ BUILT_SOURCES = foo.h
edit_h = sed -e 's|[@]foovar@|@foovar@|g'
foo.h: foo.in.h
$(edit_h) < $(srcdir)/foo.in.h > $@-t
- cat $@-t;: For debugging.
+ cat $@-t # For debugging.
mv -f $@-t $@
EXTRA_DIST = foo.in.h
MOSTLYCLEANFILES = foo.h foo.h-t
@@ -97,7 +97,6 @@ cat >> Makefile.am <<'END'
edit_h += -e 's|[@]barvar@|@barvar@|g'
END
-using_gmake || $MAKE Makefile
$MAKE
: AC_SUBST @zapvar@ and add it to foo.h.
@@ -125,7 +124,6 @@ cat >> m4/bar.m4 <<'END'
AC_DEFUN([ZAP_MACRO], [zapvar=163; AC_SUBST([zapvar])])
END
-using_gmake || $MAKE Makefile
$MAKE
$MAKE distcheck