summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-01-26 15:46:59 (GMT)
committerJonathan Nieder <jrnieder@gmail.com>2010-01-26 16:07:34 (GMT)
commit3e6577b45e755b53c9cccb24d75916fa3f2e1916 (patch)
treeb173cd1f701c5b07afab708cc7403447da33b5e6 /Makefile
parent066ddda6cdf2652a85430a979dbf1cd65fbfad0f (diff)
downloadgit-3e6577b45e755b53c9cccb24d75916fa3f2e1916.zip
git-3e6577b45e755b53c9cccb24d75916fa3f2e1916.tar.gz
git-3e6577b45e755b53c9cccb24d75916fa3f2e1916.tar.bz2
Makefile: drop dependency on $(wildcard */*.h)
The files this pulls in are already pulled in by other dependency rules (some recently added). Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 593801a..98810b2 100644
--- a/Makefile
+++ b/Makefile
@@ -1655,7 +1655,7 @@ git-remote-curl$X: remote-curl.o http.o http-walker.o $(GITLIBS)
$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
$(LIB_OBJS) $(BUILTIN_OBJS): $(LIB_H)
-$(patsubst git-%$X,%.o,$(PROGRAMS)) $(TEST_OBJS) git.o: $(LIB_H) $(wildcard */*.h)
+$(patsubst git-%$X,%.o,$(PROGRAMS)) $(TEST_OBJS) git.o: $(LIB_H)
builtin-branch.o builtin-checkout.o builtin-clone.o builtin-reset.o branch.o: branch.h
builtin-bundle.o bundle.o transport.o: bundle.h
builtin-bisect--helper.o builtin-rev-list.o bisect.o: bisect.h