aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbertot2001-12-19 17:44:19 +0000
committerbertot2001-12-19 17:44:19 +0000
commit458d8598a9d81cd86dce59475c49363e1f9da729 (patch)
treedc7fb7973c827e89a9c3a9748310408b8cc0907b /Makefile
parentea36b1b4bf839fa2db32d9ee8e5fe688d8db3b28 (diff)
contrib/interface/dad.ml4 had no real need of streams, it should have been
translated into a regular ml files like the others. This mistake is now corrected. The Makefile and dependency files are updated accordingly. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2345 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 8771465bf8..d6ab60f5ce 100644
--- a/Makefile
+++ b/Makefile
@@ -795,12 +795,6 @@ library/nametab.cmx: library/nametab.ml
#contrib/xml/xmlcommand.cmx: contrib/xml/xmlcommand.ml4
# $(OCAMLOPT_P4O) -c $<
-#contrib/interface/dad.cmo: contrib/interface/dad.ml4
-# $(OCAMLC_P4O) -c $<
-
-#contrib/interface/dad.cmx: contrib/interface/dad.ml4
-# $(OCAMLOPT_P4O) -c $<
-
#contrib/interface/line_parser.cmo: contrib/interface/line_parser.ml4
# $(OCAMLC_P4O) -c $<
@@ -822,7 +816,6 @@ library/nametab.cmx: library/nametab.ml
ML4FILES += lib/pp.ml4 \
contrib/xml/xml.ml4 \
contrib/xml/xmlcommand.ml4 \
- contrib/interface/dad.ml4 \
contrib/interface/line_parser.ml4 \
tools/coq_makefile.ml4 \
tools/coq-tex.ml4