From b4f8e35755f5b6e0dfa1c039da4bcd54a42b36b9 Mon Sep 17 00:00:00 2001 From: petrov Date: Tue, 25 May 2004 21:06:50 +0000 Subject: [PATCH] Add current directory to inlcude pathes as it needed for generated assym.h. --- lib/libc/arch/alpha/Makefile.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/libc/arch/alpha/Makefile.inc b/lib/libc/arch/alpha/Makefile.inc index 4c161b9615bc..d0b09c5f9274 100644 --- a/lib/libc/arch/alpha/Makefile.inc +++ b/lib/libc/arch/alpha/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.15 2004/03/21 18:04:27 matt Exp $ +# $NetBSD: Makefile.inc,v 1.16 2004/05/25 21:06:50 petrov Exp $ KMINCLUDES= KMSRCS= divrem.m4 \ @@ -46,3 +46,6 @@ __remlu.S: ${.CURDIR}/arch/alpha/gen/divrem.m4 __reml.S: ${.CURDIR}/arch/alpha/gen/divrem.m4 m4 -DNAME=__reml -DOP=rem -DS=true -DWORDSIZE=32 \ ${.ALLSRC} > ${.TARGET} + +CPPFLAGS+= -I. +