From 58300de4038ca19d004ad787ee607ce9f3451a63 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 7 Aug 2005 20:02:20 +0000 Subject: .PATH better --- lib/libc/arch/arm/softfloat/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/arch/arm/softfloat/Makefile.inc b/lib/libc/arch/arm/softfloat/Makefile.inc index 1e16835d27a..3cabeac33c7 100644 --- a/lib/libc/arch/arm/softfloat/Makefile.inc +++ b/lib/libc/arch/arm/softfloat/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1 2004/02/01 05:30:41 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2005/08/07 20:02:19 deraadt Exp $ SRCS += eqdf2.c eqsf2.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c SRCS += fpsetround.c fpsetsticky.c gedf2.c gesf2.c gtdf2.c gtsf2.c ledf2.c SRCS += lesf2.c ltdf2.c ltsf2.c nedf2.c negdf2.c negsf2.c nesf2.c @@ -7,4 +7,4 @@ SRCS += unorddf2.c unordsf2.c SRCS += softfloat.c CFLAGS += -DSOFTFLOAT_FOR_GCC -.PATH: arch/arm/softfloat +.PATH: ${.CURDIR}/arch/arm/softfloat -- cgit v1.2.3