Alex Riesen said the following on 14.09.2009 16:06:
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 $@"?
No reason really. I'll resend tomorrow.
--
.marius
--
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