about summary refs log tree commit diff
path: root/editor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editor/Makefile')
-rw-r--r--editor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/Makefile b/editor/Makefile
index 2c19c86d..842cf31a 100644
--- a/editor/Makefile
+++ b/editor/Makefile
@@ -5,7 +5,7 @@ endif
 SUBDIR = editor
 VPATH=.:$(SRCDIR)/$(SUBDIR)
 
-include $(BUILDDIR)/Makefile.config
+include $(BUILDDIR)/config.mk
 
 # We tend to separate out the build targets so that we don't have
 # any more dependencies for a given target than it really needs.