aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.stage2
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.stage2')
-rw-r--r--Makefile.stage24
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.stage2 b/Makefile.stage2
index 9c1e461c4..8f3d4e8bf 100644
--- a/Makefile.stage2
+++ b/Makefile.stage2
@@ -11,8 +11,8 @@ include Makefile.doc
-include $(MLLIBFILES:.mllib=.mllib.d)
.SECONDARY: $(MLLIBFILES:.mllib=.mllib.d)
--include $(MLLIBFILES:%.mllib=%_mod.ml.d)
-.SECONDARY: $(MLLIBFILES:%.mllib=%_mod.ml.d)
+-include $(filter plugins/%,$(MLLIBFILES:%.mllib=%_mod.ml.d))
+.SECONDARY: $(filter plugins/%,$(MLLIBFILES:%.mllib=%_mod.ml.d))
-include $(ML4FILES:.ml4=.ml4.ml.d)
.SECONDARY: $(ML4FILES:.ml4=.ml4.ml.d)
-include $(VFILES:.v=.v.d)