From f245b0ed2ed2717c81434fcd8888f4ba76ed545b Mon Sep 17 00:00:00 2001 From: dev_zzo Date: Mon, 24 Oct 2016 15:24:37 +0200 Subject: [PATCH] fix build on Windows #3 --- Firmware/Chameleon-Mini/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Chameleon-Mini/Makefile b/Firmware/Chameleon-Mini/Makefile index 506adbc..31599ad 100644 --- a/Firmware/Chameleon-Mini/Makefile +++ b/Firmware/Chameleon-Mini/Makefile @@ -75,7 +75,7 @@ SPM_HELPER_OBJCOPY = --set-section-flags=.spmhelper="alloc,load" ifeq ($(OS),Windows_NT) BUILD_DATE = "\"$(shell date /t)\"" else -BUILD_DATE = $(shell date +'%y%m%d') +BUILD_DATE = $(shell date +'\"%y%m%d\"') endif COMMIT_ID = $(shell git rev-parse --short HEAD) MCU = atxmega128a4u