2004-11-29 Stepan Kasal * doc/automake.texi: Typos. Index: doc/automake.texi =================================================================== RCS file: /cvsroot/automake/automake/doc/automake.texi,v retrieving revision 1.68 diff -u -r1.68 automake.texi --- doc/automake.texi 24 Nov 2004 22:44:17 -0000 1.68 +++ doc/automake.texi 29 Nov 2004 07:41:20 -0000 @@ -7875,12 +7875,12 @@ @noindent Obviously the two programs are built from the same source, but it would be bad if they shared the same object, because @file{generic.o} -cannot be built with both @code{-DEXIT_CODE=0} *and* +cannot be built with both @code{-DEXIT_CODE=0} @emph{and} @code{-DEXIT_CODE=1}. Therefore @command{automake} outputs rules to build two different objects: @file{true-generic.o} and @file{false-generic.o}. address@hidden doesn't actually look whether sources files are address@hidden doesn't actually look whether source files are shared to decide if it must rename objects. It will just rename all objects of a target as soon as it sees per-target compilation flags are used.