From 67e9b81bf2c3acfeba94fdb222f197904c16cfef Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 30 Nov 1996 21:09:23 +0000 Subject: Sync with NetBSD: - Merge in FreeBSD and Lite2 changes. - Fix bug where a non-archive target with a .a suffix would always be considered to be out of date, since it does not have a TOC. - Fix NetBSD PR #2930: declare missing variable. --- usr.bin/make/nonints.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'usr.bin/make/nonints.h') diff --git a/usr.bin/make/nonints.h b/usr.bin/make/nonints.h index 5646bb15b56..56c4265241f 100644 --- a/usr.bin/make/nonints.h +++ b/usr.bin/make/nonints.h @@ -1,9 +1,9 @@ -/* $OpenBSD: nonints.h,v 1.5 1996/09/02 16:04:16 briggs Exp $ */ -/* $NetBSD: nonints.h,v 1.11 1996/08/13 16:42:11 christos Exp $ */ +/* $OpenBSD: nonints.h,v 1.6 1996/11/30 21:09:01 millert Exp $ */ +/* $NetBSD: nonints.h,v 1.12 1996/11/06 17:59:19 christos Exp $ */ /*- - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. - * Copyright (c) 1988, 1989 by Adam de Boor + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * Copyright (c) 1989 by Berkeley Softworks * All rights reserved. * @@ -38,7 +38,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)nonints.h 5.6 (Berkeley) 4/18/91 + * from: @(#)nonints.h 8.3 (Berkeley) 3/19/94 */ /* arch.c */ @@ -51,6 +51,7 @@ void Arch_FindLib __P((GNode *, Lst)); Boolean Arch_LibOODate __P((GNode *)); void Arch_Init __P((void)); void Arch_End __P((void)); +int Arch_IsLib __P((GNode *)); /* compat.c */ void Compat_Run __P((Lst)); -- cgit v1.2.3