Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/distrib



> BTW, LIBS can be written in multiple lines:
> 
>       LIBS=   -la
>       LIBS=   -lb
> 
> is equivalent to
> 
>       LIBS=   -la -lb

These should have been written as:

        LIBS    -la
        LIBS    -lb

and

        LIBS    -la -lb

(These are not make(1) files.)

Masao


Home | Main Index | Thread Index | Old Index