summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/Imake.rules2
-rw-r--r--src/config/Imake.tmpl4
2 files changed, 5 insertions, 1 deletions
diff --git a/src/config/Imake.rules b/src/config/Imake.rules
index 99f9d876c..f55c0f017 100644
--- a/src/config/Imake.rules
+++ b/src/config/Imake.rules
@@ -549,7 +549,7 @@ $(DEPEND): @@\
DependDependency() @@\
@@\
depend:: @@\
- $(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)
+ $(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) $(MDFLAGS) -- $(SRCS)
#endif /* DependTarget */
diff --git a/src/config/Imake.tmpl b/src/config/Imake.tmpl
index 7c0ad8c3e..16cf7313b 100644
--- a/src/config/Imake.tmpl
+++ b/src/config/Imake.tmpl
@@ -574,6 +574,9 @@
#ifndef STDCTopIncludes
#define STDCTopIncludes /**/
#endif
+#ifndef MakeDependFlags
+#define MakeDependFlags /**/
+#endif
SHELL = BourneShell
@@ -660,6 +663,7 @@ STDC_TOP_INCLUDES = STDCTopIncludes
LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) $(LDLOCATIONS)
LDCOMBINEFLAGS = LdCombineFlags
+ MDFLAGS = MakeDependFlags
MACROFILE = MacroFile
RM_CMD = $(RM) FilesToClean