diff options
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index a1460776bf..010ab2d3d0 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -98,7 +98,7 @@ tests += wordexp-test tst-exec tst-spawn endif others := getconf install-bin := getconf -install-others := $(inst_libexecdir)/getconf +install-others-programs := $(inst_libexecdir)/getconf before-compile := testcases.h ptestcases.h |