diff options
author | Rich Salz <rsalz@openssl.org> | 2016-01-29 17:36:21 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-29 17:36:21 +0100 |
commit | 723acb144551e7d81ec2e745d12fc8b6a6513eb1 (patch) | |
tree | df2bca87ab90bc1169ae7ae75254ba6d68edbb04 /util | |
parent | Don't replace cflags with thread_cflags, only append the latter (diff) | |
download | openssl-723acb144551e7d81ec2e745d12fc8b6a6513eb1.tar.xz openssl-723acb144551e7d81ec2e745d12fc8b6a6513eb1.zip |
Merge error, wrong domd submitted.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-x | util/domd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ if [ -z "$MAKEDEPEND" ] ; then MAKEDEPEND=makedepend fi -if ${MAKEDEPEND} --version 2>&1 | egrep "clang|gcc" >/dev/null +if ${MAKEDEPEND} --version 2>&1 | egrep "clang|gcc" >/dev/null ; then args="" while [ $# -gt 0 ]; do if [ "$1" != '--' ] ; then |