From e47b8d3bbc9415d5aceaeee3e946c3ab7d985bad Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Mon, 29 Dec 2014 10:58:25 -0500 Subject: posix/Makefile: use $(objpfx) for files in before-compile. This fixes a build failure with a separate build tree where posix-conf-vars-def.h wasn't being built. --- posix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix') diff --git a/posix/Makefile b/posix/Makefile index fe332df..dd42e5d 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -99,7 +99,7 @@ others := getconf install-bin := getconf install-others-programs := $(inst_libexecdir)/getconf -before-compile += testcases.h ptestcases.h posix-conf-vars-def.h +before-compile += testcases.h ptestcases.h $(objpfx)posix-conf-vars-def.h # So they get cleaned up. generated += $(addprefix wordexp-test-result, 1 2 3 4 5 6 7 8 9 10) \ -- cgit v1.1