On Tue, Feb 11, 2014 at 02:39:43PM +0100, pmarin wrote: > You don't need to use the include statement. > cat config.mk Makefile | make -f -
I usually use a rule in Makefile that, using cat in a similar way of you, generates a file with the name makefile (it usually generates the inclussion dependences and other things). Regards, -- Roberto E. Vargas Caballero