From ffe5f48d55da2e36d0399689ebe4be710df90611 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Wed, 18 Apr 2007 22:38:44 +0000 Subject: [PATCH] Replace (very uncommon) 'tab' in prerequisites with 'space'. --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 41b5aacb9..cdf074e1c 100644 --- a/Makefile.include +++ b/Makefile.include @@ -135,7 +135,7 @@ ifndef LD endif ifndef CUSTOM_RULE_LINK -%.$(TARGET): %.co $(PROJECT_OBJECTFILES) $(PROJECT_LIBRARIES) contiki-$(TARGET).a +%.$(TARGET): %.co $(PROJECT_OBJECTFILES) $(PROJECT_LIBRARIES) contiki-$(TARGET).a $(LD) $(LDFLAGS) $(TARGET_STARTFILES) ${filter-out %.a,$^} ${filter %.a,$^} $(TARGET_LIBFILES) -o $@ endif