On Tue, Aug 18, 2009 at 2:58 PM, Marius Storm-Olsen<mstormo@xxxxxxxxx> wrote: > @@ -1331,14 +1396,14 @@ 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) $(COMPFLAG) $(COBJFLAG)git.o $(filter %.c,$^) > > git$X: git.o $(BUILTIN_OBJS) $(GITLIBS) > - $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ git.o \ > + $(QUIET_LINK)$(LINK) $(LINKER_CFLAGS) $(LOBJFLAG)$@ git.o \ > $(BUILTIN_OBJS) $(ALL_LDFLAGS) $(LIBS) <snip> > ifdef NO_EXPAT > http-walker.o: http-walker.c http.h GIT-CFLAGS > - $(QUIET_CC)$(CC) -o $*.o -c $(ALL_CFLAGS) -DNO_EXPAT $< > + $(QUIET_CC)$(CC) $(COBJFLAG)$*.o $(COMPFLAG) $(ALL_CFLAGS) -DNO_EXPAT $< > endif Perhaps this is the right time to change the make-system to using the somewhat standard $(COMPLIE.c), $(OUTPUT_OPTION) etc macros? -- Erik "kusma" Faye-Lund kusmabite@xxxxxxxxx (+47) 986 59 656 -- 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