Le 24 juil. 2012 à 15:40, Stefano Lattarini a écrit : > diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am
Maybe these vars should be defined elsewhere. > index 6efad03..bf2ad73 100644 > --- a/lib/am/header-vars.am > +++ b/lib/am/header-vars.am > @@ -52,7 +52,7 @@ am.chars.squote := ' > > # A literal newline character, that does not get stripped if used > # at the end of the expansion of another macro. > -define am__newline > +define am.chars.newline > > $(am.chars.empty) > endef > @@ -145,7 +145,7 @@ am.make.dry-run := \ > > # An empty string. It can be very useful to "fool" the make parser w.r.t. > # whitespace handling, and allow us to obtain tricky semantics. See the > -# definition of $(am__newline) below for a significant example. > +# definition of $(am.chars.newline) below for a significant example. "below" is to be read the Australian way. Either define it above, or don't define it at all, but move the comment before the definition of am_chars.newline. > am.chars.empty := >
