From: Peter Rosin Date: Mon, 15 Nov 2010 09:37:26 +0000 (+0100) Subject: lib/compile: update scriptversion. X-Git-Tag: ng-0.5a~101^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d164eb55a41ec2fc48b402b276749f4b7d72dc91;p=thirdparty%2Fautomake.git lib/compile: update scriptversion. Signed-off-by: Peter Rosin --- diff --git a/ChangeLog b/ChangeLog index 5e326d1ca..e091340db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-11-15 Peter Rosin + lib/compile: update scriptversion. + compile: clear the `eat' variable earlier. * lib/compile: Clear the `eat' variable earlier. * tests/compile3.test: Prevent regressions. diff --git a/lib/compile b/lib/compile index 1c6f105ec..bac481cdc 100755 --- a/lib/compile +++ b/lib/compile @@ -1,7 +1,7 @@ #! /bin/sh # Wrapper for compilers which do not understand `-c -o'. -scriptversion=2010-09-21.14; # UTC +scriptversion=2010-11-15.09; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software # Foundation, Inc.