aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2016-10-25 01:32:35 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2016-10-25 01:32:35 +0000
commit80d2e10c9b6b27e228502c0bcee06133e7b44405 (patch)
tree9af469d87f1265c2b1e711afc26644f64233f2b8 /lib
parenta4a17097288ea421337d0debb9d7728863554368 (diff)
downloadsrc-80d2e10c9b6b27e228502c0bcee06133e7b44405.tar.gz
src-80d2e10c9b6b27e228502c0bcee06133e7b44405.zip
Fix a typo which broke the build for powerpc.
It's spelled LIBC_SRCTOP not LIBC_SRC. Pointy-hat to: jhibbits Reported by: kib
Notes
Notes: svn path=/head/; revision=307892
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/powerpc/gen/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/powerpc/gen/Makefile.inc b/lib/libc/powerpc/gen/Makefile.inc
index 368887e1ac9e..f96ad9fb0a6f 100644
--- a/lib/libc/powerpc/gen/Makefile.inc
+++ b/lib/libc/powerpc/gen/Makefile.inc
@@ -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 \