Fix a typo which broke the build for powerpc.

It's spelled LIBC_SRCTOP not LIBC_SRC.

Pointy-hat to:	jhibbits
Reported by:	kib
This commit is contained in:
Justin Hibbits 2016-10-25 01:32:35 +00:00
parent a4a1709728
commit 80d2e10c9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307892

View File

@ -1,6 +1,6 @@
# $FreeBSD$
.include "${LIBC_SRC}/powerpc/gen/Makefile.common"
.include "${LIBC_SRCTOP}/powerpc/gen/Makefile.common"
SRCS += fabs.S flt_rounds.c fpgetmask.c fpgetround.c \
fpgetsticky.c fpsetmask.c fpsetround.c \