diff options
Diffstat (limited to 'analyzer')
-rw-r--r-- | analyzer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/analyzer/Makefile b/analyzer/Makefile index 77483aab..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. |