ae91cbe6cc
GitOrigin-RevId: 536fe36e23ab0fc8b7f35c24603422eee9fc17a2
12 lines
431 B
Diff
12 lines
431 B
Diff
diff --git a/src/Makefile b/src/Makefile
|
|
index acbb1b8..fe97103 100644
|
|
--- a/src/Makefile
|
|
+++ b/src/Makefile
|
|
@@ -242,6 +242,7 @@ endif
|
|
|
|
define BINARY_DATA_HEADER_RULE
|
|
$$(OUTPUTDIR)/$(notdir $(1)).h:
|
|
+ $(at_if_quiet)$(MKDIR) $$(OUTPUTDIR)
|
|
$(at_if_quiet){ \
|
|
$$(PRINTF) "extern const char _binary_$(subst .,_,$(notdir $(1)))_start[];\n"; \
|
|
$$(PRINTF) "extern const char _binary_$(subst .,_,$(notdir $(1)))_end[];\n"; \
|