aboutsummaryrefslogtreecommitdiffstats
path: root/package/cyassl/patches/100-makefile_dollar_make.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-12-07 12:21:41 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-12-07 12:21:41 +0000
commit140a67149ab8bad8939f5b1dddf69b9791b0e4de (patch)
tree8648010c89812cb932acf07c8ede26c09afd53cc /package/cyassl/patches/100-makefile_dollar_make.patch
parent9bd6dcb9ba9694478bb4460d1a718f480d70b9e1 (diff)
downloadupstream-140a67149ab8bad8939f5b1dddf69b9791b0e4de.tar.gz
upstream-140a67149ab8bad8939f5b1dddf69b9791b0e4de.tar.bz2
upstream-140a67149ab8bad8939f5b1dddf69b9791b0e4de.zip
package/cyassl: update to version 1.6.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24300 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 07f7a8879e..0000000000
--- 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; \