diff target-utils/c139explore/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 3431a069254f
children bfddfecc52b2
line wrap: on
line diff
--- a/target-utils/c139explore/Makefile	Wed Feb 13 06:14:30 2019 +0000
+++ b/target-utils/c139explore/Makefile	Wed Feb 13 06:21:42 2019 +0000
@@ -16,8 +16,8 @@
 
 all:	${PROG}.bin
 
-crt0.S:	../env/crt0.S
-	ln -s $< .
+crt0.S:
+	ln -s ../env/crt0.S .
 
 ${PROG}.elf:	${OBJS} ${LIBS} ${LDS}
 	${LD} -N -T ${LDS} -o $@ ${OBJS} ${LIBS} ${LIBGCC}