Whamcloud - gitweb
Add dependency rule so that static library when necessary for "make check"
authorTheodore Ts'o <tytso@mit.edu>
Tue, 1 Apr 2008 20:45:37 +0000 (16:45 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 1 Apr 2008 20:45:37 +0000 (16:45 -0400)
commita4b69b7f1809898c87bdc11502ca258a8f16a220
tree745cd66c17b7a6a916febfd944e15019df851cb6
parent4b57781f504a2dd3873eafdcd4e4a962825eed6b
Add dependency rule so that static library when necessary for "make check"

Some library makefiles use $(LIB)/$(LIBRARY).a as a dependency for the
static library built by the makefile fragment.  Add it as a target
created when building $(LIBRARY).a so that it is rebuilt when necessary.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/Makefile.library