From 08c6cca5d8dc28ed1b931f4d5226867baf10047c Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 12 Aug 1998 18:58:09 +0000 Subject: The common directory name is COMMON, not files. --- cross/COMMON/netbsd.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross') diff --git a/cross/COMMON/netbsd.mk b/cross/COMMON/netbsd.mk index 16426376683..b07d6d0fa69 100644 --- a/cross/COMMON/netbsd.mk +++ b/cross/COMMON/netbsd.mk @@ -1,4 +1,4 @@ -# $NetBSD: netbsd.mk,v 1.1 1998/08/12 02:42:29 tv Exp $ +# $NetBSD: netbsd.mk,v 1.2 1998/08/12 18:58:09 tv Exp $ # Definitions for building a cross-compile environment for a NetBSD target. @@ -10,6 +10,6 @@ #.include "../../mk/bsd.prefs.mk" #.if defined(USE_EGCS_FOR_NATIVE) || (${MACHINE_ARCH} != ${TARGET_ARCH}) -.include "../files/cross.mk" +.include "../COMMON/cross.mk" #.else #.endif -- cgit v1.2.3