%% Kovalevich Victor <[EMAIL PROTECTED]> writes:
kv>
kv>
kv>
kv>
Please don't send HTML to the mailing lists; plain text is just fine.
Thanks!
kv> Hi!
kv> I have one question: can I use 'include' instruction in a make file that
kv> is included by this instruction in an other m
I am sorry I forgot to denote I have being using make 3.79
--
Best regards, Kovalevich Victor
mailto:[EMAIL PROTECTED]
___
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make
Hi!
I have one question: can I use 'include' instruction in a make file that
is included by this instruction in an other make file. For example:
~/dir1/Makefile.inc:
#
# ~/dir1/Makefile.inc file body
ROOT=${HOME}
~/dir1/dir2/Makefile.inc:
#
# ~/dir1/dir2/Makefile.inc file body
include ../Ma