aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rwxr-xr-xconfigure1
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13ef5f3fdb..59624891e6 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,6 @@ MODULE_DIRS :=
# Load the make rules generated by configure
-include config.mk
--include Makedepend
ifeq "$(HAVE_GCC)" "1"
CXXFLAGS:= -Wall $(CXXFLAGS)
diff --git a/configure b/configure
index 05f91fa588..5fdf130ab4 100755
--- a/configure
+++ b/configure
@@ -1066,6 +1066,7 @@ else
_cxx_major=7
_cxx_minor=4
add_line_to_config_mk 'CXX_UPDATE_DEP_FLAG = -MDupdate "$(*D)/$(DEPDIR)/$(*F).d"'
+ add_line_to_config_mk '-include Makedepend'
;;
*)
cxx_version="$cxx_version, bad"