blob: aadae11bbd1417e6b22e566c7a2e84abcdbb6f7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-hacks_images_Makefile.in,v 1.1 2020/01/10 21:18:44 joerg Exp $
--- hacks/images/Makefile.in.orig 2020-01-09 22:14:28.085388682 +0000
+++ hacks/images/Makefile.in
@@ -33,6 +33,7 @@ gen:
# %.png dependency below works because VPATH contains subdirs
# of 'images' dir not only 'images' itself
gen/%_png.h: %.png
+ mkdir -p gen
echo $(UTILS_SRC)/bin2c "$<" "$@"
$(UTILS_SRC)/bin2c "$<" "$@"
|