Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/lib/libobjc move the bsd.lib.mk include la...
details: https://anonhg.NetBSD.org/src/rev/05c386e9358e
branches: trunk
changeset: 766747:05c386e9358e
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Jul 01 05:07:59 2011 +0000
description:
move the bsd.lib.mk include later so it works properly.
diffstat:
external/gpl3/gcc/lib/libobjc/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4d135c5c1aa7 -r 05c386e9358e external/gpl3/gcc/lib/libobjc/Makefile
--- a/external/gpl3/gcc/lib/libobjc/Makefile Fri Jul 01 05:07:46 2011 +0000
+++ b/external/gpl3/gcc/lib/libobjc/Makefile Fri Jul 01 05:07:59 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index