Clean up CORE build system module, use simple rather than recursive make variables...
[pub/lufa.git] / LUFA / Build / lufa.dfu.in
index c3a102b..f855bf7 100644 (file)
@@ -41,9 +41,9 @@ MCU            ?= $(error Makefile MCU value not set.)
 TARGET         ?= $(error Makefile TARGET value not set.)\r
 \r
 # Output Messages\r
-MSG_COPY_CMD    = ' [CP]      :'\r
-MSG_REMOVE_CMD  = ' [RM]      :'\r
-MSG_DFU_CMD     = ' [DFU]     :'\r
+MSG_COPY_CMD   := ' [CP]      :'\r
+MSG_REMOVE_CMD := ' [RM]      :'\r
+MSG_DFU_CMD    := ' [DFU]     :'\r
 \r
 flip: $(TARGET).hex\r
        @echo $(MSG_DFU_CMD) Programming FLASH with batchisp using \"$(TARGET).hex\"\r