1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 12:22:14 +03:00
openwrt-xburst/package/openssl/patches/120-makedepend.patch
juhosg 772991beff package/openssl: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20473 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-26 14:29:14 +00:00

12 lines
489 B
Diff

--- a/util/domd
+++ b/util/domd
@@ -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
- ${CC:-gcc} -D OPENSSL_DOING_MAKEDEPEND -M $args >> Makefile.tmp
+ ${MAKEDEPEND} -D OPENSSL_DOING_MAKEDEPEND -M $args >> Makefile.tmp
${PERL} $TOP/util/clean-depend.pl < Makefile.tmp > Makefile.new
rm -f Makefile.tmp
else