With DJGPP, it seems like the return code from grep, even when in the
authorRichard Levitte <levitte@openssl.org>
Sun, 19 Jun 2005 20:31:15 +0000 (20:31 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 19 Jun 2005 20:31:15 +0000 (20:31 +0000)
commitf6098f2ddad2dae93b6a6dea6a92547afdc19cfb
tree2a593eaec190f9ec891d41add546e658ab255531
parent857c6092b69102dab139935519e2a006ff8e8fb2
With DJGPP, it seems like the return code from grep, even when in the
middle of a pipe, is noted.  Counter that by forcing a true return code
when the return code has no importance.

PR: 1085
Makefile.org