summaryrefslogtreecommitdiff
path: root/math/suitesparse-csparse/files/patch-CSparse_Makefile
blob: fda5d10c9e9b8e75b67285b34ab51430df6ab81c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CSparse/Makefile.orig	2021-05-17 01:04:52 UTC
+++ CSparse/Makefile
@@ -6,7 +6,7 @@ C:
 	( cd Lib ; $(MAKE) )
 	( cd Demo ; $(MAKE) )
 
-all: C cov
+all: C
 
 library:
 	( cd Lib ; $(MAKE) )