Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/elftosb/lib Include <bsd.own.mk>



details:   https://anonhg.NetBSD.org/src/rev/8d7cd1a4ee38
branches:  trunk
changeset: 786574:8d7cd1a4ee38
user:      matt <matt%NetBSD.org@localhost>
date:      Thu May 02 07:01:55 2013 +0000

description:
Include <bsd.own.mk>
Always include <bsd.lib.mk>

diffstat:

 external/bsd/elftosb/lib/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r 67a9278ec442 -r 8d7cd1a4ee38 external/bsd/elftosb/lib/Makefile
--- a/external/bsd/elftosb/lib/Makefile Thu May 02 04:22:44 2013 +0000
+++ b/external/bsd/elftosb/lib/Makefile Thu May 02 07:01:55 2013 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2013/05/02 03:56:39 matt Exp $
+# $NetBSD: Makefile,v 1.8 2013/05/02 07:01:55 matt Exp $
 
-.include <bsd.init.mk>
+.include <bsd.own.mk>
 .include <bsd.endian.mk>
 
 .if ${MACHINE_CPU} == "arm" && ${TARGET_ENDIANNESS} == "1234"
@@ -40,7 +40,6 @@
                options.cpp \
                rijndael.cpp \
                stdafx.cpp
+.endif
+
 .include <bsd.lib.mk>
-.else
-${.TARGETS}:
-.endif



Home | Main Index | Thread Index | Old Index