Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: drop dependency on $(wildcard */*.h)
author
Jonathan Nieder
<jrnieder@gmail.com>
Tue, 26 Jan 2010 15:46:59 +0000
(09:46 -0600)
committer
Jonathan Nieder
<jrnieder@gmail.com>
Tue, 26 Jan 2010 16:07:34 +0000
(10:07 -0600)
The files this pulls in are already pulled in by other dependency
rules (some recently added).
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
066ddda
)
diff --git
a/Makefile
b/Makefile
index 593801ae1cbdaa32f8669f0c481ec0d99bb3a808..98810b246b426a1bc000e4aeb7e5bfc716e1a1fb 100644
(file)
--- 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