From 929da590be8565a0665e7d84bf96cfa8c11d2ef9 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Thu, 22 May 2008 19:43:08 +0000 Subject: [PATCH] Removed '!' as gnumake already adds '.'. --- Makefile.include | 2 +- cpu/6502/Makefile.6502 | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Makefile.include b/Makefile.include index dd27bae17..3de73559e 100644 --- a/Makefile.include +++ b/Makefile.include @@ -1,5 +1,5 @@ ifndef CONTIKI - ${error CONTIKI not defined! You must specify where CONTIKI resides!} + ${error CONTIKI not defined! You must specify where CONTIKI resides} endif OBJECTDIR = obj_$(TARGET) diff --git a/cpu/6502/Makefile.6502 b/cpu/6502/Makefile.6502 index 21760455f..f9fe6dcd1 100644 --- a/cpu/6502/Makefile.6502 +++ b/cpu/6502/Makefile.6502 @@ -30,23 +30,19 @@ # # Author: Oliver Schmidt # -# $Id: Makefile.6502,v 1.26 2008/03/04 22:56:54 oliverschmidt Exp $ +# $Id: Makefile.6502,v 1.27 2008/05/22 19:43:37 oliverschmidt Exp $ # -ifndef CONTIKI - ${error CONTIKI not defined! You must specify where CONTIKI resides!} -endif - ifndef CC65_INC - ${error CC65_INC not defined! You must specify where the cc65 headers reside!} + ${error CC65_INC not defined! You must specify where the cc65 headers reside} endif ifndef LD65_LIB - ${error LD65_LIB not defined! You must specify where the cc65 libraries reside!} + ${error LD65_LIB not defined! You must specify where the cc65 libraries reside} endif ifndef LD65_OBJ - ${error LD65_OBJ not defined! You must specify where the cc65 objects reside!} + ${error LD65_OBJ not defined! You must specify where the cc65 objects reside} endif all: cs8900a.eth lan91c96.eth