Only these four makefiles had these hardcoded paths. All other makefiles don't specify the bgfx dir name.
@@ -3,7 +3,7 @@
# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
#
-include ../../../../bgfx/scripts/shader-embeded.mk
+include ../../../scripts/shader-embeded.mk
rebuild:
@make -s --no-print-directory clean all
@@ -3,4 +3,4 @@
-include ../../../bgfx/scripts/shader-embeded.mk
+include ../../scripts/shader-embeded.mk