Index: firmware/Makefile |
diff --git a/firmware/Makefile b/firmware/Makefile |
index 73ed2311b0332f6d9c00550a15d6054203453d60..38eb24f87d1c16a5a9f5c756fe7dac92c4971a9c 100644 |
--- a/firmware/Makefile |
+++ b/firmware/Makefile |
@@ -51,10 +51,10 @@ update-version : |
| sort | xargs cat | md5sum | cut -c 25-32 > \ |
${BUILD_ROOT}/x.tmp && \ |
echo "char* VbootVersion = \"VBOOv=$$(cat ${BUILD_ROOT}/x.tmp)\";" > \ |
- ${BUILD_ROOT}\version.tmp && \ |
- (cmp -s ${BUILD_ROOT}\version.tmp version.c || \ |
+ ${BUILD_ROOT}/version.tmp && \ |
+ (cmp -s ${BUILD_ROOT}/version.tmp version.c || \ |
( echo "** Updating version.c **" && \ |
- cp ${BUILD_ROOT}\version.tmp version.c)) |
+ cp ${BUILD_ROOT}/version.tmp version.c)) |
include ../common.mk |