From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZVMAZ-0001Rx-AF for linux-mtd@lists.infradead.org; Fri, 28 Aug 2015 16:06:23 +0000 Received: by pabzx8 with SMTP id zx8so67056244pab.1 for ; Fri, 28 Aug 2015 09:06:02 -0700 (PDT) From: Brian Norris To: Cc: Brian Norris , Mike Frysinger Subject: [PATCH mtd-utils] don't include system headers in dependency files Date: Fri, 28 Aug 2015 09:05:43 -0700 Message-Id: <1440777943-29602-1-git-send-email-computersforpeace@gmail.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , System library headers are not strictly part of our build. If they are changing beneath our feet, then we probably have bigger problems. Signed-off-by: Brian Norris Suggested-by: Mike Frysinger --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 7c09ab0a46d0..6bfe8de85953 100644 --- a/common.mk +++ b/common.mk @@ -80,7 +80,7 @@ ifneq ($(BUILDDIR),$(CURDIR)) $(Q)mkdir -p $(dir $@) endif $(call BECHO,CC) - $(Q)$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< -g -MD -MF $(BUILDDIR)/.$(