From a2ac9208870f6759377a926b7e825dcb84bb7323 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sat, 16 Mar 2013 08:48:36 +0100 Subject: [PATCH] Restored build in cmd.exe environmet by re-applying change https://github.com/contiki-os/contiki/commit/f3cf57e41b277beebd353a4d76aba2359868b361 which was reverted recently. --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 7ca2a8d13..86f080ee3 100644 --- a/Makefile.include +++ b/Makefile.include @@ -51,7 +51,7 @@ OBJECTDIR = obj_$(TARGET) LOWERCASE = -abcdefghijklmnopqrstuvwxyz UPPERCASE = _ABCDEFGHIJKLMNOPQRSTUVWXYZ -TARGET_UPPERCASE := ${strip ${shell echo $(TARGET) | sed 'y!$(LOWERCASE)!$(UPPERCASE)!'}} +TARGET_UPPERCASE := ${strip ${shell echo $(TARGET) | sed y!$(LOWERCASE)!$(UPPERCASE)!}} CFLAGS += -DCONTIKI=1 -DCONTIKI_TARGET_$(TARGET_UPPERCASE)=1 include $(CONTIKI)/core/net/rime/Makefile.rime