From c2c88e699d495bb5abc07028b0ade1e6469fb439 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 30 Sep 2002 13:38:08 +0000 Subject: [PATCH] * automake.in (INTERNAL): Redefine as an empty location, so that internal locations get displayed as `automake:'. --- ChangeLog | 3 +++ automake.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b08514cd..7eea8410 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 9ce323e5..a76fa231 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; ## ---------------------------------- ## -- 2.43.5