[comp.unix.wizards] bug in makefile example

rdh@sun.uucp (Robert Hartman) (03/04/88)

In my second makefile example (SCCS and make), the target for
libb/libb.a should read:

libb.a: libb/libb.a
        -ln libb/libb.a libb.a
               ^    ^      ^

(but I'm sure you got the idea)  -bob.