Mark J. Nelson writes:
> this section should read simply
> 
>    49 SUBDIRS=        $(CMDSUBDIRS) $(LIBSUBDIR)
> 
>    87 $(CMDSUBDIRS): $(LIBSUBDIR)
>    88
>    89 all clean clobber install lint _msg: $(SUBDIRS)

That sets the default build target for 'make' to be $(CMDSUBDIRS)
(rather than "all"), which is probably not quite what you want.
(Though it should happen to work here because of the dependency.)

> Ok, dang, some duplicated effort here.  I just got Jim's reply, and most 
> (but not everything) of what I've said is in his note, too.

;-}

-- 
James Carlson, Solaris Networking              <james.d.carlson at sun.com>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677

Reply via email to