diff --git a/source/blender/bpython/Makefile b/source/blender/bpython/Makefile index 819957631ff..fad66fbaec5 100644 --- a/source/blender/bpython/Makefile +++ b/source/blender/bpython/Makefile @@ -32,6 +32,6 @@ # Bounces make to subdirectories. SOURCEDIR = source/blender/bpython -DIRS = frozen intern +DIRS = intern frozen include nan_subdirs.mk