We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4e8c0 commit 0df56eaCopy full SHA for 0df56ea
Makefile
@@ -775,7 +775,7 @@ git-http-push$X: revision.o http.o http-push.o $(GITLIBS)
775
$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
776
$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
777
778
-$(LIB_OBJS) $(BUILTIN_OBJS): $(LIB_H)
+$(LIB_OBJS) $(BUILTIN_OBJS) fetch.o: $(LIB_H)
779
$(patsubst git-%$X,%.o,$(PROGRAMS)): $(LIB_H) $(wildcard */*.h)
780
$(DIFF_OBJS): diffcore.h
781
0 commit comments