From 1f54424cb041ed4d9a139b234133be5df3b246fb Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Sun, 26 Oct 2014 10:00:28 +0000 Subject: [PATCH] Ignore system dependencies. Fixes #140 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a1fcd0884..0bc35b386 100644 --- a/Makefile +++ b/Makefile @@ -459,12 +459,12 @@ CFLAGS = $(ARCH_FLAGS) \ -D'__TARGET__="$(TARGET)"' \ -D'__REVISION__="$(REVISION)"' \ -save-temps=obj \ - -MD + -MMD ASFLAGS = $(ARCH_FLAGS) \ -x assembler-with-cpp \ $(addprefix -I,$(INCLUDE_DIRS)) \ - -MD + -MMD LDFLAGS = -lm \ -nostartfiles \