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, 0 insertions, 22 deletions
diff --git a/package/cyassl/patches/100-makefile_dollar_make.patch b/package/cyassl/patches/100-makefile_dollar_make.patch
deleted file mode 100644
index 07f7a8879..000000000
--- a/package/cyassl/patches/100-makefile_dollar_make.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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; \