This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] New test+use texinfo @click - @HAVE_MAKEINFO_CLICK@ [Re: doc build failure (Re: [patch 04/12] entryval#3: Virtual tail call frames)]


Pedro Alves <pedro@codesourcery.com> writes:

> if test x"$gdb_cv_have_makeinfo_click" = xyes; then
>   MAKEINFO_EXTRA_FLAGS="-DHAVE_MAKEINFO_CLICK"
> else
>   MAKEINFO_EXTRA_FLAGS=""
> fi
> MAKEINFO=makeinfo @MAKEINFO_EXTRA_FLAGS@

You should not modify MAKEINFO.  If you say
"make info MAKEINFO=/usr/local/bin/makeinfo" you lose the flags.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]