aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0038695020..d0fc1ed2c2 100644
--- a/Makefile
+++ b/Makefile
@@ -624,9 +624,11 @@ install-allreals::
$(MKDIR) $(FULLCOQLIB)/`dirname $$f`; \
cp $$f $(FULLCOQLIB)/`dirname $$f`; \
done
+setoids: $(SETOIDSVO)
sorting: $(SORTINGVO)
-noreal: logic arith bool zarith lists sets intmap relations wellfounded sorting
+noreal: logic arith bool zarith lists sets intmap relations wellfounded \
+ setoids sorting
# globalizations (for coqdoc)