about summary refs log tree commit diff
path: root/analyzer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'analyzer/Makefile')
-rw-r--r--analyzer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/analyzer/Makefile b/analyzer/Makefile
index 8f8d9d84..9a9a5e10 100644
--- a/analyzer/Makefile
+++ b/analyzer/Makefile
@@ -5,7 +5,7 @@ endif
 SUBDIR = analyzer
 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.
@@ -33,7 +33,7 @@ MERGE_OBJECTS = $(MERGEBINARIES:%=%.o2)
 .PHONY: all
 all: $(BINARIES)
 
-include $(SRCDIR)/Makefile.common
+include $(SRCDIR)/common.mk
 
 install.bin: install.bin.local
 .PHONY: install.bin.local