Re: Macro evaluation order in 3.79.1
Sent by: "Paul D. cc: [EMAIL PROTECTED] Smith" Subject: Re: Macro e
Re: Macro evaluation order in 3.79.1
%% [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