All of lore.kernel.org
 help / color / mirror / Atom feed
* A flaw in dep generation with gcc -MMD?
@ 2011-11-18  2:24 Nguyen Thai Ngoc Duy
  2011-11-18  3:41 ` Jonathan Nieder
  2011-11-18 23:23 ` [PATCH] Makefile: explicitly set target name for autogenerated dependencies Jonathan Nieder
  0 siblings, 2 replies; 19+ messages in thread
From: Nguyen Thai Ngoc Duy @ 2011-11-18  2:24 UTC (permalink / raw)
  To: Git Mailing List

Hi,

My builtin/.depend/add.o.d says

add.o: .... cache.h ...

Shouldn't it be "builtin/add.o: ... cache.h ..."? I tried to touch
cache.h and "make builtin/add.o". It did not remake builtin/add.o. If
I modify add.o.d by hand and remake, it works.
-- 
Duy

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2011-11-19  5:14 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-18  2:24 A flaw in dep generation with gcc -MMD? Nguyen Thai Ngoc Duy
2011-11-18  3:41 ` Jonathan Nieder
2011-11-18  3:56   ` Nguyen Thai Ngoc Duy
2011-11-18  4:49     ` Miles Bader
2011-11-18 11:34       ` Nguyen Thai Ngoc Duy
2011-11-18 14:12         ` Nguyen Thai Ngoc Duy
2011-11-18 18:30           ` Samuel Bronson
2011-11-18 21:16             ` Jonathan Nieder
2011-11-18 19:27         ` Andreas Schwab
2011-11-19  4:53           ` Nguyen Thai Ngoc Duy
2011-11-18  4:57     ` [PATCH] Makefile: add option to disable automatic dependency generation Jonathan Nieder
2011-11-18  5:00       ` Jonathan Nieder
2011-11-18  6:12       ` Junio C Hamano
2011-11-18  6:21         ` Jonathan Nieder
2011-11-18  9:58         ` [PATCH v2] " Jonathan Nieder
2011-11-18 10:02           ` [PATCH] Makefile: add missing header file dependencies Jonathan Nieder
2011-11-18 10:07           ` [PATCH v2] Makefile: add option to disable automatic dependency generation Nguyen Thai Ngoc Duy
2011-11-18 23:23 ` [PATCH] Makefile: explicitly set target name for autogenerated dependencies Jonathan Nieder
2011-11-19  5:13   ` Nguyen Thai Ngoc Duy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.