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:32 +0000 (20:31 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 19 Jun 2005 20:31:32 +0000 (20:31 +0000)
commita4ae746656d658da4a697d9c10d996c761109f18
tree0dbfd88bd0c52d276fc67133530c4325f1b78c6d
parent331a0a7b9bbf2d04f02fe8ab09c7136f727e7354
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