From: Stefano Lattarini Date: Sun, 9 Dec 2012 19:00:15 +0000 (+0100) Subject: docs: AM_CFLAGS: remove reference to non-existing "more detailed" desc X-Git-Tag: v1.12.6~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c47c660557deec6d3faf596bebd68732d2573bcf;p=thirdparty%2Fautomake.git docs: AM_CFLAGS: remove reference to non-existing "more detailed" desc * doc/automake.texi (Program variables): Here. Reported by NightStrike: Signed-off-by: Stefano Lattarini --- diff --git a/doc/automake.texi b/doc/automake.texi index 7289d8543..a4e484c4b 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -6165,9 +6165,9 @@ same functionality. This variable is deprecated; we suggest using @item AM_CFLAGS This is the variable the @file{Makefile.am} author can use to pass -in additional C compiler flags. It is more fully documented elsewhere. -In some situations, this is not used, in preference to the -per-executable (or per-library) @code{_CFLAGS}. +in additional C compiler flags. In some situations, this is +not used, in preference to the per-executable (or per-library) +@code{_CFLAGS}. @item COMPILE This is the command used to actually compile a C source file. The