Re: Macro evaluation order in 3.79.1

2000-09-11 Thread jim . campbell
Sent by: "Paul D. cc: [EMAIL PROTECTED] Smith" Subject: Re: Macro e

Re: Macro evaluation order in 3.79.1

2000-09-11 Thread Paul D. Smith
%% [EMAIL PROTECTED] writes: jc> Consider the following Makefile: jc>clean: GOAL= clean jc>ifneq ($(GOAL),clean) jc>include foo.mk jc>endif jc>clean: jc>echo $(GOAL) jc> If I type make clean, I would expect the Makefile to skip inclusion of jc> fo