%% Jochen Hepp <[EMAIL PROTECTED]> writes:
jh> I found bug in make-3.79.1 (it accurs also in 3.78.1).
This is a bug in your makefile.
jh> If a Makefile includes another file (Makefile.included) and if the
jh> included file defines prerequisites for a target (or both define
jh> prerequis
Hi
I found bug in make-3.79.1 (it accurs also in 3.78.1).
If a Makefile includes another file (Makefile.included) and if
the included file defines prerequisites for a target (or both
define prerequisites), then the prerequisites defined in the
included files a silently ignored.
I wrote a little