doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / posix_spawnp-tests
index 6560e1c..6363585 100644 (file)
@@ -3,6 +3,7 @@ tests/test-posix_spawn1.c
 tests/test-posix_spawn1.in.sh
 tests/test-posix_spawn2.c
 tests/test-posix_spawn2.in.sh
+tests/signature.h
 
 Depends-on:
 posix_spawn_file_actions_init
@@ -18,7 +19,7 @@ sigprocmask
 stdbool
 unistd
 sys_wait
-close
+dup
 
 configure.ac:
 AC_EGREP_CPP([notposix], [[
@@ -37,13 +38,15 @@ check_PROGRAMS += test-posix_spawn1 test-posix_spawn2
 
 BUILT_SOURCES += test-posix_spawn1.sh
 test-posix_spawn1.sh: test-posix_spawn1.in.sh
-       cp $(srcdir)/test-posix_spawn1.in.sh $@-t
+       $(AM_V_GEN)rm -f $@-t $@ && \
+       cp $(srcdir)/test-posix_spawn1.in.sh $@-t && \
        mv $@-t $@
 MOSTLYCLEANFILES += test-posix_spawn1.sh test-posix_spawn1.sh-t
 
 BUILT_SOURCES += test-posix_spawn2.sh
 test-posix_spawn2.sh: test-posix_spawn2.in.sh
-       cp $(srcdir)/test-posix_spawn2.in.sh $@-t
+       $(AM_V_GEN)rm -f $@-t $@ && \
+       cp $(srcdir)/test-posix_spawn2.in.sh $@-t && \
        mv $@-t $@
 MOSTLYCLEANFILES += test-posix_spawn2.sh test-posix_spawn2.sh-t
 endif