From: Jim Meyering Date: Fri, 18 Apr 2003 09:11:04 +0000 (+0000) Subject: . X-Git-Tag: Release-1-7-3b~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=807a7bb5faa6dea54106efcdc677f9d62d2a3167;p=thirdparty%2Fautomake.git . --- diff --git a/ChangeLog b/ChangeLog index e03c38c37..4acf105d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,9 +10,11 @@ * tests/dejagnu7.test: New test. * tests/dejagnu3.test: Make sure the DejaGnu test is actually run. - + 2003-04-18 Jim Meyering + * automake.in (variable_output): Fix typo in comment s/is/if/. + * lib/am/yacc.am (?!GENERIC?%OBJ% aka .y.c): Don't redirect directly to $@. Instead, redirect to $@t and rename upon success. Also, move the commands that update $@ so they are last. Otherwise,