Module Name:    src
Committed By:   mrg
Date:           Sun Dec 13 08:52:38 UTC 2009

Modified Files:
        src/lib/csu/common_elf: Makefile.inc

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/csu/common_elf/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/csu/common_elf/Makefile.inc
diff -u src/lib/csu/common_elf/Makefile.inc:1.31 src/lib/csu/common_elf/Makefile.inc:1.32
--- src/lib/csu/common_elf/Makefile.inc:1.31	Wed Feb 18 15:21:52 2009
+++ src/lib/csu/common_elf/Makefile.inc	Sun Dec 13 08:52:38 2009
@@ -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

Reply via email to