diff target-utils/loadagent/Makefile @ 477:58d3a0634272

target-utils/*/Makefile: better construct for crt0.S symlink
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 13 Feb 2019 06:21:42 +0000
parents f23aa34899a3
children bfddfecc52b2
line wrap: on
line diff
--- a/target-utils/loadagent/Makefile	Wed Feb 13 06:14:30 2019 +0000
+++ b/target-utils/loadagent/Makefile	Wed Feb 13 06:21:42 2019 +0000
@@ -15,8 +15,8 @@
 
 all:	${PROG}.srec
 
-crt0.S:	../env/crt0.S
-	ln -s $< .
+crt0.S:
+	ln -s ../env/crt0.S .
 
 ${PROG}.elf:	${OBJS} ${LIBS} ${LDS}
 	${LD} -N --defsym Base_addr=0x838000 --defsym stack_bottom=0x83FFFC \