From b00c53f69e628694d8c851db12b6a5422c0fedc8 Mon Sep 17 00:00:00 2001 From: Jim McGee Date: Wed, 4 May 2011 22:33:41 -0700 Subject: [PATCH] The addition of delay.h to the dependencies of (PROGRAM).elf did not have the desired effect (to force a recompile of all if delay.h changed). Removed the dependency. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 86e3444..c4d0260 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ OBJ = $(patsubst %.c,%.o,${SOURCES}) all: config.h subdirs $(PROGRAM).hex $(PROGRAM).lst $(PROGRAM).sym size -$(PROGRAM).elf: $(LIBDEPS) delay.h +$(PROGRAM).elf: $(LIBDEPS) subdirs: @for dir in $(SUBDIRS); do \