Module Name:    src
Committed By:   mrg
Date:           Fri Jul  1 05:07:59 UTC 2011

Modified Files:
        src/external/gpl3/gcc/lib/libobjc: Makefile

Log Message:
move the bsd.lib.mk include later so it works properly.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/lib/libobjc/Makefile

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

Modified files:

Index: src/external/gpl3/gcc/lib/libobjc/Makefile
diff -u src/external/gpl3/gcc/lib/libobjc/Makefile:1.4 src/external/gpl3/gcc/lib/libobjc/Makefile:1.5
--- src/external/gpl3/gcc/lib/libobjc/Makefile:1.4	Fri Jul  1 01:24:53 2011
+++ src/external/gpl3/gcc/lib/libobjc/Makefile	Fri Jul  1 05:07:59 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2011/07/01 01:24:53 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2011/07/01 05:07:59 mrg Exp $
 
 REQUIRETOOLS=	yes
 NOLINT=		# defined
@@ -69,8 +69,6 @@
 
 .PATH: ${DIST}/libobjc ${DIST}/libobjc/objc
 
-.include <bsd.lib.mk>
-
 ${OBJS} ${POBJS} ${SOBJS}: runtime-info.h
 
 ${SRCS}: tconfig.h unwind.h options.h
@@ -95,6 +93,8 @@
 CLEANFILES+=	options.h optionlist
 .endif
 
+.include <bsd.lib.mk>
+
 .else
 .include <bsd.prog.mk>	# do nothing
 .endif

Reply via email to