aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-12-22 14:59:05 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-12-22 14:59:05 +0000
commit6960de7d4acad1863e54b2f4b9418a1d85d011ce (patch)
treee59d5c8265441cb0f8bd9064daf442e02d55b21e
parent870849c0d4f32e8ff69dd53f81dc1af76ef3c747 (diff)
Typo in Makefile leading to empty quote_plugin.cma
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11712 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index 4e3dd1c5e..fefaf2cb7 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -305,7 +305,7 @@ $(ROMEGACMA:.cma=.cmxa): $(ROMEGACMO:.cmo=.cmx)
$(MICROMEGACMA): $(MICROMEGACMO)
$(MICROMEGACMA:.cma=.cmxa): $(MICROMEGACMO:.cmo=.cmx)
-$(QUOTACMA): $(QUOTECMO)
+$(QUOTECMA): $(QUOTECMO)
$(QUOTECMA:.cma=.cmxa): $(QUOTECMO:.cmo=.cmx)
$(RINGCMA): $(RINGCMO)