packages/libs/polarssl/patches/110-make.patch
jow 5016bc9c6c [packages] add polarssl package, official successor of xyssl (#4736)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14758 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-06 12:59:45 +00:00

14 lines
383 B
Diff

--- 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