From 2c6dedaec8e58a0755741d8536dd053f7b2bb092 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Wed, 25 Dec 2019 08:59:17 +0100 Subject: 3DS: Add missing makefile dependency Make cannot automatically deduce that the shader assembler generates the .h file that is required to build osystem-graphics.cpp. --- backends/platform/3ds/3ds.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backends') diff --git a/backends/platform/3ds/3ds.mk b/backends/platform/3ds/3ds.mk index 0954737834..923699cc76 100644 --- a/backends/platform/3ds/3ds.mk +++ b/backends/platform/3ds/3ds.mk @@ -101,3 +101,6 @@ vpath %.shlist $(srcdir) %.shbin.o : %.shlist @echo $(notdir $<) @$(call shader-as,$(foreach file,$(shell cat $<),$(dir $<)/$(file))) + +# osystem-graphics.cpp includes shader_shbin.h that is generated by the shader assembler +backends/platform/3ds/osystem-graphics.o: backends/platform/3ds/shader.shbin.o -- cgit v1.2.3