Source-Changes-HG archive

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

[src/trunk]: src/lib/csu/common_elf move the include for <bsd.own.mk> down a ...



details:   https://anonhg.NetBSD.org/src/rev/050d11fbe38d
branches:  trunk
changeset: 749936:050d11fbe38d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Dec 13 08:52:38 2009 +0000

description:
move the include for <bsd.own.mk> down a little.

diffstat:

 lib/csu/common_elf/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 7ebf09718fa1 -r 050d11fbe38d lib/csu/common_elf/Makefile.inc
--- a/lib/csu/common_elf/Makefile.inc   Sun Dec 13 08:50:56 2009 +0000
+++ b/lib/csu/common_elf/Makefile.inc   Sun Dec 13 08:52:38 2009 +0000
@@ -1,6 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.31 2009/02/18 15:21:52 christos Exp $
-
-.include <bsd.own.mk>
+#      $NetBSD: Makefile.inc,v 1.32 2009/12/13 08:52:38 mrg Exp $
 
 .if !defined(ELFSIZE)
 ELFSIZE=32
@@ -20,6 +18,8 @@
 CFLAGS+=       -fno-unit-at-a-time
 .endif
 
+.include <bsd.own.mk>
+
 .PATH:         ${.CURDIR}/../common_elf
 
 SRCS+=         crt0.c crti.c crtn.c



Home | Main Index | Thread Index | Old Index