libc_aligned, libc_fp: Add missing close-paren.

Did this ever work?
thorpej-altq-separation
riastradh 2023-09-04 18:16:53 +00:00
parent 76060e8bb2
commit 3587d6f89c
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2022/05/30 15:06:55 rin Exp $
# $NetBSD: Makefile,v 1.2 2023/09/04 18:16:53 riastradh Exp $
#
# libc routines with strictly aligned memory access
@ -15,7 +15,7 @@ LIBC_MACHINE_CPU?= ${MACHINE_CPU}
.elif exists(arch/${MACHINE_ARCH})
.include "arch/${MACHINE_ARCH}/Makefile.inc"
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
.elif exists(arch/${MACHINE}
.elif exists(arch/${MACHINE})
.include "arch/${MACHINE}/Makefile.inc"
.PATH: ${.CURDIR}/arch/${MACHINE}
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2016/07/14 01:59:18 matt Exp $
# $NetBSD: Makefile,v 1.2 2023/09/04 18:16:53 riastradh Exp $
#
USE_SHLIBDIR= yes
@ -13,7 +13,7 @@ LIBC_MACHINE_CPU?= ${MACHINE_CPU}
.elif exists(arch/${MACHINE_ARCH})
.include "arch/${MACHINE_ARCH}/Makefile.inc"
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
.elif exists(arch/${MACHINE}
.elif exists(arch/${MACHINE})
.include "arch/${MACHINE}/Makefile.inc"
.PATH: ${.CURDIR}/arch/${MACHINE}
.endif