summaryrefslogtreecommitdiffstats
path: root/package/cyassl/patches/100-makefile_dollar_make.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/cyassl/patches/100-makefile_dollar_make.patch')
-rw-r--r--package/cyassl/patches/100-makefile_dollar_make.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/cyassl/patches/100-makefile_dollar_make.patch b/package/cyassl/patches/100-makefile_dollar_make.patch
new file mode 100644
index 000000000..07f7a8879
--- /dev/null
+++ b/package/cyassl/patches/100-makefile_dollar_make.patch
@@ -0,0 +1,22 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -4,7 +4,7 @@ EXTRA_DIST = cyassl.dsp cyassl.dsw certs
+ doc/*.pdf
+
+ basic:
+- cd src; make; cd ../testsuite; make; cd ../
++ cd src; $(MAKE); cd ../testsuite; $(MAKE); cd ../
+
+ openssl-links:
+ cd lib; ln -s ../src/.libs/libcyassl.a libcrypto.a; \
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -638,7 +638,7 @@ uninstall-am:
+
+
+ basic:
+- cd src; make; cd ../testsuite; make; cd ../
++ cd src; $(MAKE); cd ../testsuite; $(MAKE); cd ../
+
+ openssl-links:
+ cd lib; ln -s ../src/.libs/libcyassl.a libcrypto.a; \