From: Alexandre Duret-Lutz Date: Thu, 31 Aug 2006 06:03:19 +0000 (+0000) Subject: fix ChangeLog X-Git-Tag: v1.10.2~162 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87acc5b84d923a3232b73506c8de65c3401c1c42;p=platform%2Fupstream%2Fautomake.git fix ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 6c23c91d3..68acb6f80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2006-08-30 Paul Eggert - * lib/am/depend2.am (?GENERIC?%EXT%.o, ?!GENERIC?%OBJ%): Likewise. + For PR automake/501: + * lib/am/depend2.am (?GENERIC?%EXT%.o, ?!GENERIC?%OBJ%): Abbreviate output a bit by not bothering to quote the .Po file name (the quoting doesn't suffice in general anyway), and by not bothering to remove junk .Tpo files (as they'll be removed later).