summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-04-29 08:50:27 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-04-29 08:50:27 +0200
commit8e90e8e0c0014b002450b7f0a3efbae49f1ab4bd (patch)
tree9fb685d4207fd9edd9f29bc18cbbe00dc4eaab3e /makefile
parentf89adf8b07950b94b2142dd6b490b60eb5d70770 (diff)
fix empty dir creation (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/makefile b/makefile
index 96f444e48ef..6aeb1685d1e 100644
--- a/makefile
+++ b/makefile
@@ -1586,11 +1586,11 @@ bgfx-tools:
$(SILENT) $(MAKE) -C 3rdparty/bgfx -f makefile dist-$(GENIEOS) CC="$(CC)" CXX="$(CXX)" MINGW="$(MINGW)"
shaders: bgfx-tools
- -$(call MKDIR,build/bgfx/shaders/dx11)
- -$(call MKDIR,build/bgfx/shaders/dx9)
- -$(call MKDIR,build/bgfx/shaders/gles)
- -$(call MKDIR,build/bgfx/shaders/glsl)
- -$(call MKDIR,build/bgfx/shaders/metal)
+ -$(call MKDIR,build/shaders/dx11)
+ -$(call MKDIR,build/shaders/dx9)
+ -$(call MKDIR,build/shaders/gles)
+ -$(call MKDIR,build/shaders/glsl)
+ -$(call MKDIR,build/shaders/metal)
$(SILENT) $(MAKE) -C $(SRC)/osd/modules/render/bgfx/shaders rebuild CHAIN="$(CHAIN)"
#-------------------------------------------------