13 lines
431 B
Diff
13 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"; \
|