However, I'm clearly wrong, because the following makefile snippet results in make complaining that the include file can't be found:
prefix = $(EGEN_BUILD_ROOT)/eng_tools/share include startup.mk
while this works fine:
prefix = $(EGEN_BUILD_ROOT)/eng_tools/share include $(prefix)/include/startup.mk
Would someone please explain what the make manual is trying to say about "prefix/include"? Thanks.
Regards, -Steve -------- Steve Byan <[EMAIL PROTECTED]> Software Architect Egenera, Inc. 165 Forest Street Marlboro, MA 01752 (508) 858-3125
_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
