* lib/am/header-vars.am (am__empty): About this.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
$(findstring n,$(am__v))))), \
true, false))
-# An empty strings. It only serves to make the code readable
-# in some places.
+# 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.
am__empty :=
am__strip_firstword = $(wordlist 2,$(words $(1)),$(1))