%% Olli Savia <[EMAIL PROTECTED]> writes:
os> I just tried to build make 3.80 on LynxOS 3.0.1 and
os> noticed that file main.c does not compile.
os> I added #include to main.c to fix this.
os> Is it possible to add this fix to the next make release?
This is already in main.c in CVS and
Hi
I just tried to build make 3.80 on LynxOS 3.0.1 and
noticed that file main.c does not compile.
I added #include to main.c to fix this.
Is it possible to add this fix to the next make release?
Regards,
Olli
___
Bug-make mailing list
[EMAIL PROTECTE
Hi Noel,
> Since there is a workaround, simplifying GNU make in this respect
> isn't worth it.
Speaking of workaround, having the following implicit rule
%/. :
@mkdir $*
you cannot just write
foo : bar/
instead you will have to write
foo : bar/.
which is quite ugly and unnatural.