1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 15:23:33 +02:00

fix path for testing if a .S exists

This commit is contained in:
jsg
2020-08-11 03:23:47 +00:00
parent 6b04bb45e4
commit 6b8783ca1a
+2 -2
View File
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1 2020/08/10 21:08:26 patrick Exp $
# $OpenBSD: Makefile,v 1.2 2020/08/11 03:23:47 jsg Exp $
.include <bsd.own.mk>
@@ -184,7 +184,7 @@ GEN_SRCS+= floatdidf \
.endif
.for file in ${GEN_SRCS}
. if exists(${.CURDIR}/${RTARCH}/${file}.S)
. if exists(${.CURDIR}/../../llvm/compiler-rt/lib/builtins/${RTARCH}/${file}.S)
SRCS+= ${file}.S
. else
SRCS+= ${file}.c