Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl2/dtc/lib/libfdt Update for new libfdt location



details:   https://anonhg.NetBSD.org/src/rev/7009ac38c8e1
branches:  trunk
changeset: 824549:7009ac38c8e1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jun 08 17:24:31 2017 +0000

description:
Update for new libfdt location

diffstat:

 external/gpl2/dtc/lib/libfdt/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 63bd6a0abc99 -r 7009ac38c8e1 external/gpl2/dtc/lib/libfdt/Makefile
--- a/external/gpl2/dtc/lib/libfdt/Makefile     Thu Jun 08 17:24:10 2017 +0000
+++ b/external/gpl2/dtc/lib/libfdt/Makefile     Thu Jun 08 17:24:31 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2017/06/05 18:59:43 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2017/06/08 17:24:31 skrll Exp $
 
 LIBISPRIVATE=  yes
 
@@ -7,7 +7,7 @@
 LIB=   fdt
 
 .include "${.CURDIR}/../../Makefile.inc"
-.include "${.CURDIR}/../../dist/libfdt/Makefile.libfdt"
+.include "${.CURDIR}/../../../../../sys/external/bsd/libfdt/dist/Makefile.libfdt"
 
 SRCS=  ${LIBFDT_SRCS}
 



Home | Main Index | Thread Index | Old Index