Code

unexpected Make output (e.g. from --debug) causes build failure
authorJim Meyering <jim@meyering.net>
Tue, 25 Sep 2007 06:42:16 +0000 (08:42 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Sep 2007 07:30:16 +0000 (00:30 -0700)
commite883932f7dc83ea69a990cba656464d5315f3300
treedfd18ee81cae0d0b090961521570d6fb6febaeb3
parent85d81a757e495fe74d8a403f813d3748e832c112
unexpected Make output (e.g. from --debug) causes build failure

Without this, the extra output produced e.g., by "make --debug"
would go into $INSTLIBDIR and then cause the sed command to fail.

Signed-off-by: Jim Meyering <jim@meyering.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile