%% "James" <[EMAIL PROTECTED]> writes: j> Is there a way to read a file witout using j> $(shell cat file).
include will let you evaluate another makefile. There's no way to read the contents of a file into a variable without using $(shell ...) -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ help-gnu-utils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-utils
