On Mon, Sep 14, 2009 at 15:11, Marius Storm-Olsen <mstormo@xxxxxxxxx> wrote: > @@ -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 $@"? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html