packages/libs/polarssl/patches/110-make.patch

14 lines
383 B
Diff
Raw Normal View History

--- polarssl-0.10.1.orig/Makefile 2009-01-04 17:05:10.000000000 +0100
+++ polarssl-0.10.1/Makefile 2009-03-05 15:11:20.356675557 +0100
@@ -5,8 +5,8 @@ PREFIX=polarssl_
.SILENT:
all:
- cd library && make all && cd ..
- cd programs && make all && cd ..
+ cd library && $(MAKE) all && cd ..
+ cd programs && $(MAKE) all && cd ..
install:
mkdir -p $(DESTDIR)/include/polarssl