always use all the prequisites when building
authorDiane Trout <diane@caltech.edu>
Wed, 22 Feb 2006 04:05:39 +0000 (04:05 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 22 Feb 2006 04:05:39 +0000 (04:05 +0000)
commitc5a087c68c0f6a3f19ed2053d24457f161e307e8
treea66039bae7a79112ea3ef59075305b7fe5eddc2a
parente84eed947163dcb42f112feec3708c34da305a0b
always use all the prequisites when building
$? is the prereqs "newer" than the target
$^ is all the prerequisites
Needless to say when building binaries you need all the libraries,
even when they haven't changed.
module.mk
test/module.mk