summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nvidia-x11/nvidia-setttings-parallel-build.patch
blob: ed3fe7b6d6dfead84a93c90a56d25af841824bc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"; \