On Mon, Sep 14, 2009 at 15:11, Marius Storm-Olsen [off-list ref] wrote:
quoted hunk ↗ jump to hunk
@@ -1327,7 +1379,7 @@ strip: $(PROGRAMS) git$X
git.o: git.c common-cmds.h GIT-CFLAGS
$(QUIET_CC)$(CC) -DGIT_VERSION='"$(GIT_VERSION)"' \
'-DGIT_HTML_PATH="$(htmldir_SQ)"' \
- $(ALL_CFLAGS) -c $(filter %.c,$^)
+ $(ALL_CFLAGS) -o git.o -c $(filter %.c,$^)
Why do you use "-o git.o" instead of "-o $@"?