]> sourceware.org Git - automake.git/commitdiff
* automake.in (INTERNAL): Redefine as an empty location,
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 30 Sep 2002 13:38:08 +0000 (13:38 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 30 Sep 2002 13:38:08 +0000 (13:38 +0000)
so that internal locations get displayed as `automake:'.

ChangeLog
automake.in

index b08514cd6a17544b00802ba82697b47f0c6a50be..7eea841039d61baac44d1da218093301085832c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-09-30  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * 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.
index 9ce323e5a331c69667330a78235f661bdbd5de57..a76fa2312577fe730ee5fdeea1a3826885583945 100755 (executable)
@@ -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;
 \f
 
 ## ---------------------------------- ##
This page took 0.038873 seconds and 5 git commands to generate.