aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsacerdot2000-10-26 09:10:11 +0000
committersacerdot2000-10-26 09:10:11 +0000
commit32d47cdb09df5387b28ed9b435456db7630f6b6d (patch)
treea513eb8368c6f2be8c6ef17e7b54a4a5a25c7356 /Makefile
parent5925fff753b14f2e5f263c531eed05255c6513be (diff)
ntrefiner.ml* removed in module xml
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@762 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c7e98f07c..945e7bd606 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ HIGHTACTICS=tactics/dhyp.cmo tactics/auto.cmo tactics/equality.cmo \
CONTRIB=contrib/omega/omega.cmo contrib/omega/coq_omega.cmo \
contrib/ring/quote.cmo contrib/ring/ring.cmo \
contrib/xml/xml.cmo contrib/xml/cooking.cmo contrib/xml/xmlcommand.cmo \
- contrib/xml/xmlentries.cmo contrib/xml/ntrefiner.cmo
+ contrib/xml/xmlentries.cmo
CMA=$(CLIBS) $(CAMLP4OBJS)
CMXA=$(CMA:.cma=.cmxa)