summaryrefslogtreecommitdiff
path: root/t/remake-gnulib-remove-header.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/remake-gnulib-remove-header.sh')
-rw-r--r--t/remake-gnulib-remove-header.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/remake-gnulib-remove-header.sh b/t/remake-gnulib-remove-header.sh
index 52a40c3ce..6a7f16051 100644
--- a/t/remake-gnulib-remove-header.sh
+++ b/t/remake-gnulib-remove-header.sh
@@ -41,7 +41,8 @@ if REPLACE_STDIO_H
stdio.h: stdio.in.h $(top_builddir)/config.status
cp $(srcdir)/stdio.in.h $@
else
-stdio.h: $(top_builddir)/config.status
+.PHONY: stdio.h
+stdio.h:
rm -f $@
endif
MOSTLYCLEANFILES = stdio.h
@@ -111,7 +112,6 @@ for vpath in : false; do
diff $srcdir/macros.m4 t && fatal_ "failed to edit macros.m4"
mv -f t $srcdir/macros.m4
- using_gmake || $MAKE Makefile
$MAKE
ls -l
test ! -e stdio.h
@@ -123,7 +123,6 @@ for vpath in : false; do
diff $srcdir/macros.m4 t && fatal_ "failed to edit macros.m4"
mv -f t $srcdir/macros.m4
- using_gmake || $MAKE Makefile
$MAKE
ls -l
test -f stdio.h