aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorherbelin2006-01-04 19:12:19 +0000
committerherbelin2006-01-04 19:12:19 +0000
commit90963f51d1a853040f23370d7c911502fa9740da (patch)
treeb647272b8dc88ce05f71d781e83d0ddba788d158 /Makefile
parentd9552de21522f19f7656a6b635dee1e325262e09 (diff)
Restauration des commandes de débogage PrintConstr et PrintPureConstr (suite): correction des dépendances (et notamment non-dépendance en unix.cma) pour la création de printers.cma
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7787 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e462452d62..36cd38d3d6 100644
--- a/Makefile
+++ b/Makefile
@@ -1351,6 +1351,8 @@ PRINTERSCMO=\
proofs/evar_refiner.cmo proofs/pfedit.cmo proofs/tactic_debug.cmo \
parsing/ppconstr.cmo parsing/extend.cmo \
parsing/printer.cmo parsing/pptactic.cmo parsing/tactic_printer.cmo \
+ parsing/pcoq.cmo parsing/egrammar.cmo toplevel/himsg.cmo \
+ toplevel/cerrors.cmo toplevel/vernacexpr.cmo toplevel/vernacinterp.cmo \
dev/top_printers.cmo
dev/printers.cma: $(PRINTERSCMO)