diff makefile-frags/link-steps @ 573:deabd7b91828

build system: emit target name as part of the fw version string
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 13 Jan 2019 04:50:38 +0000
parents 9432dd63626b
children 2dd5b76c6b42
line wrap: on
line diff
--- a/makefile-frags/link-steps	Sun Jan 13 04:12:42 2019 +0000
+++ b/makefile-frags/link-steps	Sun Jan 13 04:50:38 2019 +0000
@@ -1,5 +1,5 @@
 build_date.c:	${LIBS}
-	../helpers/build-date ${CONFIG_NAME} > $@
+	../helpers/build-date ${CONFIG_NAME} ${TARGET} > $@
 
 build_date.obj:	build_date.c
 	../toolwrap/cl470 -q -c -me -mt -o -pw2 -x -mw build_date.c