diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 14:29:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 14:29:14 +0000 |
commit | 179ba60e0e5007e9011700af573669e1ada17b2d (patch) | |
tree | 55264f3a54c5446d069c0232e2be487b8c4c02bc /package/openssl/patches/120-makedepend.patch | |
parent | ed88fabbfda54e870e884461c0be60c7dbb51086 (diff) | |
download | upstream-179ba60e0e5007e9011700af573669e1ada17b2d.tar.gz upstream-179ba60e0e5007e9011700af573669e1ada17b2d.tar.bz2 upstream-179ba60e0e5007e9011700af573669e1ada17b2d.zip |
package/openssl: refresh patches
SVN-Revision: 20473
Diffstat (limited to 'package/openssl/patches/120-makedepend.patch')
-rw-r--r-- | package/openssl/patches/120-makedepend.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/patches/120-makedepend.patch b/package/openssl/patches/120-makedepend.patch index 95600ff8e8..4ed6f6d229 100644 --- a/package/openssl/patches/120-makedepend.patch +++ b/package/openssl/patches/120-makedepend.patch @@ -1,6 +1,6 @@ --- a/util/domd +++ b/util/domd -@@ -22,7 +23,7 @@ if [ "$MAKEDEPEND" = "gcc" ]; then +@@ -22,7 +22,7 @@ if expr "$MAKEDEPEND" : '.*gcc$' > /dev/ done sed -e '/^# DO NOT DELETE.*/,$d' < Makefile > Makefile.tmp echo '# DO NOT DELETE THIS LINE -- make depend depends on it.' >> Makefile.tmp |