This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: doco hpux ia64 make trailing backslash
Tom Tromey <tromey@redhat.com> writes:
>
> Thanks. I don't think we generate code like this, and we seem to
> already reject inputs like this. So I think we're safe.
I had managed to bring it on myself,
my_objects = one$U.lo two$U.lo \
@THREE@
where @THREE@ could be empty, depending on the configuration. (A
replacement for vsnprintf as it happened.)
Why I conditionalized it that particular way I don't remember. Doing
it in the .c source would probably have been simpler.