fix parallel build changes: at minimum, tools also needs to be
included in subdir list if making 'obj' or 'lint'. I don't particularly trust this way of adding things; !make(install) was much more obvious, and safer in the face of addition of new build targets.
This commit is contained in:
parent
1f061d8392
commit
738ad05ece
@ -1,6 +1,6 @@
|
||||
# $Id: Makefile,v 1.4 1995/10/22 00:13:41 christos Exp $
|
||||
# $Id: Makefile,v 1.5 1995/11/22 05:38:58 cgd Exp $
|
||||
|
||||
.if make(clean) || make(cleandir) || make(depend)
|
||||
.if make(clean) || make(cleandir) || make(depend) || make(obj) || make(lint)
|
||||
SUBDIR += tools
|
||||
.endif
|
||||
SUBDIR += tn3270 mset
|
||||
|
Loading…
Reference in New Issue
Block a user