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:22 +0000 (20:31 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 19 Jun 2005 20:31:22 +0000 (20:31 +0000)
commit2788e3983e1beb06721cac3753471577dfc5c324
tree091f7e7fe314f34651bd3d9eb0fb8f22e7906fce
parent5ba3ebb593b0a8b0f47e57d042c211cff2b3ec96
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