tools/bootconfig: Create missing directories in Makefile install object if needed
From: Thomas Renninger <hidden>
Date: 2020-09-25 15:09:12
From: Thomas Renninger <hidden>
Date: 2020-09-25 15:09:12
Signed-off-by: Thomas Renninger <redacted> --- tools/bootconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- a/tools/bootconfig/Makefile
+++ b/tools/bootconfig/Makefile@@ -24,7 +24,7 @@ ./test-bootconfig.sh $(OUTPUT) install: $(ALL_PROGRAMS) - install $(OUTPUT)bootconfig $(DESTDIR)$(bindir) + install -D $(OUTPUT)bootconfig $(DESTDIR)$(bindir)/bootconfig clean: $(RM) -f $(OUTPUT)*.o $(ALL_PROGRAMS)