On Fri, Nov 18, 2011 at 10:41 AM, Jonathan Nieder [off-list ref] wrote:
Nguyen Thai Ngoc Duy wrote:
quoted
My builtin/.depend/add.o.d says
add.o: .... cache.h ...
Interesting. What compiler do you use?
$ gcc --version
gcc (Gentoo 4.4.4-r2 p1.2, pie-0.4.5) 4.4.4
$ head -1 builtin/.depend/add.o.d
builtin/add.o: builtin/add.c cache.h git-compat-util.h compat/bswap.h \
$ gcc --version | head -1
gcc (Debian 4.6.2-4) 4.6.2
Hmm.. I guess it's my compiler's fault then. Next question, how can I
disable this feature?
--
Duy