diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2010-01-26 09:46:16 -0600 |
---|---|---|
committer | Jonathan Nieder <jrnieder@gmail.com> | 2010-01-26 10:07:34 -0600 |
commit | 7a1894e3039bc554e2a193c895b2ab5300b7f823 (patch) | |
tree | 8d6fbb95b69de837c1104880789c68eaad571a4d /Makefile | |
parent | daa99a917293d962ce565a04a09b0de08e32b8ba (diff) | |
download | git-7a1894e3039bc554e2a193c895b2ab5300b7f823.tar.gz git-7a1894e3039bc554e2a193c895b2ab5300b7f823.tar.xz |
Makefile: remove wt-status.h from LIB_H
A list of the few translation units using this header is
half-populated already. Including the dependency on this header
twice (once explicitly, once through LIB_H) makes it difficult to
figure out where future headers should be added to the Makefile.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -512,7 +512,6 @@ LIB_H += tree-walk.h LIB_H += unpack-trees.h LIB_H += userdiff.h LIB_H += utf8.h -LIB_H += wt-status.h LIB_H += xdiff-interface.h LIB_H += xdiff/xdiff.h @@ -1664,7 +1663,7 @@ builtin-clone.o builtin-fetch-pack.o transport.o: fetch-pack.h builtin-send-pack.o transport.o: send-pack.h builtin-log.o builtin-shortlog.o: shortlog.h builtin-prune.o builtin-reflog.o reachable.o: reachable.h -builtin-revert.o wt-status.o: wt-status.h +builtin-commit.o builtin-revert.o wt-status.o: wt-status.h builtin-tar-tree.o archive-tar.o: tar.h builtin-pack-objects.o: thread-utils.h http-fetch.o http-walker.o remote-curl.o transport.o walker.o: walker.h |