Hi,

The manual (section 5.6.3) suggests that I can change the value of
variable MAKEFLAGS such that the current make file will refer to the new
setting. I can't get this to work. I have the following Makefile:

MAKEFLAGS := $(MAKEFLAGS) -Imk
include util.mk
$(warning done)

...there is a file called util.mk in directory mk, but the include line
fails:

guitar:gregk ~ {1558} make
Makefile:3: util.mk: No such file or directory
Makefile:5: done

Any ideas?

Thanks, Greg.
-- 
Greg Kilfoyle <[EMAIL PROTECTED]>



_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to