summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7d9e98fed5..923a81ec81 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,8 @@ ifneq (,)
This makefile requires GNU Make.
endif
+include Makeconfig
+
# This is the default target; it makes everything except the tests.
.PHONY: all
@@ -48,8 +50,6 @@ endif
configure: configure.in aclocal.m4; $(autoconf-it)
%/configure: %/configure.in aclocal.m4; $(autoconf-it)
-include Makeconfig
-
ifndef avoid-generated
-include $(objpfx)sysd-dirs
define \n