From: Alexandre Duret-Lutz Date: Mon, 30 Sep 2002 13:38:08 +0000 (+0000) Subject: * automake.in (INTERNAL): Redefine as an empty location, X-Git-Tag: Release-1-7-2b~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25b1f02b89bf2647dbddb1e62a61e003c1ac4e07;p=thirdparty%2Fautomake.git * automake.in (INTERNAL): Redefine as an empty location, so that internal locations get displayed as `automake:'. --- diff --git a/ChangeLog b/ChangeLog index b08514cd6..7eea84103 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-09-30 Alexandre Duret-Lutz + * automake.in (INTERNAL): Redefine as an empty location, + so that internal locations get displayed as `automake:'. + * lib/am/distdir.am (distdir): Create $dc_destdir right before its use. Reported by Akim Demaille. diff --git a/automake.in b/automake.in index 9ce323e5a..a76fa2312 100755 --- a/automake.in +++ b/automake.in @@ -291,7 +291,7 @@ use constant COMPILE_ORDINARY => 2; # We can't always associate a location to a variable or a rule, # when its defined by Automake. We use INTERNAL in this case. -use constant INTERNAL => new Automake::Location 'internal'; +use constant INTERNAL => new Automake::Location; ## ---------------------------------- ##