Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2016 01:32:35 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r307892 - head/lib/libc/powerpc/gen
Message-ID:  <201610250132.u9P1WZWJ015824@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Tue Oct 25 01:32:35 2016
New Revision: 307892
URL: https://svnweb.freebsd.org/changeset/base/307892

Log:
  Fix a typo which broke the build for powerpc.
  
  It's spelled LIBC_SRCTOP not LIBC_SRC.
  
  Pointy-hat to:	jhibbits
  Reported by:	kib

Modified:
  head/lib/libc/powerpc/gen/Makefile.inc

Modified: head/lib/libc/powerpc/gen/Makefile.inc
==============================================================================
--- head/lib/libc/powerpc/gen/Makefile.inc	Tue Oct 25 00:59:23 2016	(r307891)
+++ head/lib/libc/powerpc/gen/Makefile.inc	Tue Oct 25 01:32:35 2016	(r307892)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610250132.u9P1WZWJ015824>