diff options
| author | letouzey | 2009-03-14 11:29:46 +0000 |
|---|---|---|
| committer | letouzey | 2009-03-14 11:29:46 +0000 |
| commit | eb93dfaceccbba06f62eb92ef5e12a133c7959d4 (patch) | |
| tree | fd45163b4eee768ee26a7f19b718d8394d9d94e9 /Makefile.stage1 | |
| parent | 60cd664eb37d017289d468d7e4f826c229cba7f6 (diff) | |
Makefile: ml dependencies of contribs are moved to .mllib files
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11977 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.stage1')
| -rw-r--r-- | Makefile.stage1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.stage1 b/Makefile.stage1 index a60d388fc6..a558e3aa61 100644 --- a/Makefile.stage1 +++ b/Makefile.stage1 @@ -18,6 +18,8 @@ include Makefile.build .SECONDARY: $(MLFILES:.ml=.ml.d) -include $(MLIFILES:.mli=.mli.d) .SECONDARY: $(MLIFILES:.mli=.mli.d) +-include $(MLLIBFILES:.mllib=.mllib.d) +.SECONDARY: $(MLLIBFILES:.mli=.mllib.d) ##Depends upon the fact that all .ml4.d for stage1 files are empty -include $(STAGE1_ML4:.ml4=.ml4.ml.d) .SECONDARY: $(STAGE1_ML4:.ml4=.ml4.ml.d) |
