summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d8568294b..67a62ede4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -36,8 +36,6 @@ sdir = @srcdir@
sdir_top = @top_srcdir@
INSTALL = @INSTALL@
-@DEFS_MK@
-
# ========== DEPENDENCIES FOR BUILDING ==========
# default target
@@ -46,6 +44,8 @@ all: config.h config.modules
(cd $$subdir && $(MAKE) $(MAKEDEFS) $@) || exit 1; \
done
+@DEFS_MK@
+
# prepare module configuration
prep:
@cd Src && $(MAKE) $(MAKEDEFS) $@