summaryrefslogtreecommitdiff
path: root/security/polarssl/files/patch-Makefile
blob: aef523ea9486a8a49f8f520d369ed0153fae9322 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	2009-07-28 22:29:34.000000000 +0200
+++ Makefile	2009-12-10 13:10:07.000000000 +0100
@@ -7,7 +7,7 @@
 all:
 	cd library  && make all && cd ..
 	cd programs && make all && cd ..
-	cd tests && make all && cd ..
+#	cd tests && make all && cd ..
 
 install:
 	mkdir -p $(DESTDIR)/include/polarssl