X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=145099adaae0a8aeb55a7ea9a0f4b07799e026ec;hb=fc4c4cd21c783b6dc387002c6e018d26f7405e9f;hp=c79d64623a156d6f5281c0ac69703240124b5105;hpb=8eef8e09cee1691faad2159ebdab7ca3b232d26b;p=git.git diff --git a/Makefile b/Makefile index c79d6462..145099ad 100644 --- a/Makefile +++ b/Makefile @@ -510,6 +510,9 @@ git$X git.spec \ exec_cmd.o: exec_cmd.c $(CC) -o $*.o -c $(ALL_CFLAGS) '-DGIT_EXEC_PATH="$(gitexecdir_SQ)"' $< +http.o: http.c + $(CC) -o $*.o -c $(ALL_CFLAGS) -DGIT_USER_AGENT='"git/$(GIT_VERSION)"' $< + git-%$X: %.o $(GITLIBS) $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) $(LIBS)