Re: makefile syntax

2006-10-11 Thread Kevin Mark
On Wed, Oct 11, 2006 at 01:43:37AM -0500, Russell L. Harris wrote: > "Mumia W.." <[EMAIL PROTECTED]> writes: > > > On 10/10/2006 11:00 PM, Russell L. Harris wrote: > >> In reading the GNU Make Manual > >> (http://www.gnu.org/software/make/manual/make.html#Rule-Syntax), it is > >> not clear to me w

Re: makefile syntax

2006-10-10 Thread Russell L. Harris
"Mumia W.." <[EMAIL PROTECTED]> writes: > On 10/10/2006 11:00 PM, Russell L. Harris wrote: >> In reading the GNU Make Manual >> (http://www.gnu.org/software/make/manual/make.html#Rule-Syntax), it is >> not clear to me whether a space is allowed between a target name and the >> colon(':'). For exa

Re: makefile syntax

2006-10-10 Thread Mumia W..
On 10/10/2006 11:00 PM, Russell L. Harris wrote: In reading the GNU Make Manual (http://www.gnu.org/software/make/manual/make.html#Rule-Syntax), it is not clear to me whether a space is allowed between a target name and the colon(':'). For example, are the expressions "all:" and "all :" equivale

makefile syntax

2006-10-10 Thread Russell L. Harris
In reading the GNU Make Manual (http://www.gnu.org/software/make/manual/make.html#Rule-Syntax), it is not clear to me whether a space is allowed between a target name and the colon(':'). For example, are the expressions "all:" and "all :" equivalent? And is the expression "all : symlinks pdf" eq