aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile.build7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.build b/Makefile.build
index f246e20ed..e814699f3 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -872,12 +872,7 @@ endif
$(HIDE)$(CC) -MM -MQ "$@" -MQ "$(<:.c=.o)" $(CFLAGS) $(CINCLUDES) $< > $@ \
|| ( RV=$$?; rm -f "$@"; exit $${RV} )
-## The GENFILES and ML4FILESML files need to be secondary, else they
-## get deleted by make after the dependencies get generated. This may
-## at first sight be a good thing, but then if any one .ml.d
-## dependency needs to be regenerated, these files get regenerated,
-## which triggers the recalculation of _all_ .ml.d dependencies!
-.SECONDARY: $(GENFILES) $(ML4FILESML)
+.SECONDARY: $(GENFILES)
###########################################################################
# this sets up developper supporting stuff