Whamcloud - gitweb
util: fix make dependencies for subst
authorTheodore Ts'o <tytso@mit.edu>
Thu, 9 Jan 2014 20:59:29 +0000 (15:59 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 10 Jan 2014 04:26:08 +0000 (23:26 -0500)
commit2500ebfc89f52a67de4c786f84e6a6c46d3a8d15
treebc5077893f6c62781fa6c295454432d6b912ce50
parent253a96500a8fbe7266fe2daa066768cbaa1d3137
util: fix make dependencies for subst

Now that subst is using config.h, we need to fix its dependencies so
that if config.h is missing (i.e., after a "make clean" in the tree)
that it is rebuilt by the Makefile rule.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
util/Makefile.in
util/subst.c