From 688f0445272336fcbf3f32612a01746a82b1306e Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Wed, 28 Mar 2018 07:33:15 +0000 Subject: [PATCH] build: fix bmake's lack of variable expansion in "include" lines --- test/Makefile.autosetup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile.autosetup b/test/Makefile.autosetup index f499a0f4e..94d835bf3 100644 --- a/test/Makefile.autosetup +++ b/test/Makefile.autosetup @@ -21,6 +21,7 @@ clean-test: install-test: uninstall-test: --include $(TEST_OBJS:.o=.Po) +TEST_DEPFILES = $(TEST_OBJS:.o=.Po) +-include $(TEST_DEPFILES) # vim: set ts=8 noexpandtab: -- 2.40.0