Ævar Arnfjörð Bjarmason wrote: > This is arguably a bug in git's Makefile in that we should have that > "-I." in an ESSENTIAL_CFLAGS variable or something, I can't think of a > scenario where git would compile without it. If they are so essential we probably don't even need a variable, just put it directly into the $(CC) command. -- Felipe Contreras