From b40d51ba9582bbdae454a3c0707520042201f248 Mon Sep 17 00:00:00 2001 From: msozeau Date: Mon, 31 Dec 2007 13:27:00 +0000 Subject: Move Classes.Setoid to Classes.SetoidClass to avoid name clash. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10411 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 84a15bf83..a8801f3df 100644 --- a/Makefile.common +++ b/Makefile.common @@ -706,7 +706,7 @@ SETOIDSVO:= theories/Setoids/Setoid_tac.vo theories/Setoids/Setoid_Prop.vo theor UNICODEVO:= theories/Unicode/Utf8.vo -CLASSESVO:= theories/Classes/Init.vo theories/Classes/Setoid.vo theories/Classes/SetoidTactics.v +CLASSESVO:= theories/Classes/Init.vo theories/Classes/SetoidClass.vo theories/Classes/SetoidTactics.v THEORIESVO:=\ $(INITVO) $(LOGICVO) $(ARITHVO) $(BOOLVO) $(NARITHVO) $(ZARITHVO) \ -- cgit v1.2.3