X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fposix_spawnp-tests;h=49465d856c18b38d1f59670560d833822c2205be;hb=88418d5fd24c99aac393d3e2f564f6939e4e2fe3;hp=f8c7233f7217833f1bed0c228065e3b831a89013;hpb=a49cfc24f04352a3de3e9f40646f3686d493b758;p=gnulib.git diff --git a/modules/posix_spawnp-tests b/modules/posix_spawnp-tests index f8c7233f7..49465d856 100644 --- a/modules/posix_spawnp-tests +++ b/modules/posix_spawnp-tests @@ -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 @@ -36,13 +37,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