Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/lib/libobjc Define variables before it is used.
details: https://anonhg.NetBSD.org/src/rev/9c8ed5cf46c4
branches: trunk
changeset: 501922:9c8ed5cf46c4
user: enami <enami%NetBSD.org@localhost>
date: Tue Jan 09 08:33:46 2001 +0000
description:
Define variables before it is used.
diffstat:
gnu/lib/libobjc/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r 2799416f7865 -r 9c8ed5cf46c4 gnu/lib/libobjc/Makefile
--- a/gnu/lib/libobjc/Makefile Tue Jan 09 08:06:22 2001 +0000
+++ b/gnu/lib/libobjc/Makefile Tue Jan 09 08:33:46 2001 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2001/01/08 08:29:59 itojun Exp $
+# $NetBSD: Makefile,v 1.11 2001/01/09 08:33:46 enami Exp $
+
+.include <bsd.own.mk>
HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo
@@ -14,6 +16,8 @@
INCS= hash.h objc-list.h sarray.h objc.h objc-api.h NXConstStr.h \
Object.h Protocol.h encoding.h typedstream.h thr.h
INCSDIR= /usr/include/objc
+DIST= ${.CURDIR}/../../dist/gcc
+ARCH= ${.CURDIR}/../../usr.bin/egcs/arch
.if exists(${ARCH}/${MACHINE_ARCH})
ARCHSUBDIR= ${MACHINE_ARCH}
@@ -30,9 +34,6 @@
MKLINT= no
-DIST= ${.CURDIR}/../../dist/gcc
-ARCH= ${.CURDIR}/../../usr.bin/egcs/arch
-
CLEANFILES+= rtscratch rtscratch.s
runtime-info.h:
@touch rtscratch
@@ -47,7 +48,6 @@
.else
# XXX Temporary: during an egcs bootstrap, don't try to build with gcc 2.7
-.include <bsd.own.mk>
${TARGETS}:
.endif
Home |
Main Index |
Thread Index |
Old Index