X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fposix_spawnp-tests;h=49465d856c18b38d1f59670560d833822c2205be;hb=753425d56eedab92c361cae9d6baa701d893fbc9;hp=61ea8e4b5d0ff6e4f141f18c713354115c822c33;hpb=bd8cfad4eb68e459d9fd24144df7a106765f8c09;p=gnulib.git diff --git a/modules/posix_spawnp-tests b/modules/posix_spawnp-tests index 61ea8e4b5..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,15 +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 - rm -f $@-t $@ - 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 - rm -f $@-t $@ - 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