diff options
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/Makefile b/posix/Makefile index 4a9a1b5..989e42e 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -256,6 +256,7 @@ tst-pcre-ARGS = PCRE.tests tst-boost-ARGS = BOOST.tests bug-glob1-ARGS = "$(objpfx)" tst-execvp3-ARGS = --test-dir=$(objpfx) +CFLAGS-tst-spawn3.c += -DOBJPFX=\"$(objpfx)\" testcases.h: TESTS TESTS2C.sed LC_ALL=C sed -f TESTS2C.sed < $< > $@T |