aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index e913070..91be542 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -1176,7 +1176,7 @@ blib : $(BLIB)
# different builds (such as builds for multiple ROMs all built from
# the same blib.a).
#
-BUILD_ID_CMD = cat $^ | cksum | awk '{printf "0x%08x", $$1}'
+BUILD_ID_CMD = cat $^ | cksum | awk '{print $$1}'
# Build timestamp
#