diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-08-07 20:02:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-08-07 20:02:20 +0000 |
commit | 58300de4038ca19d004ad787ee607ce9f3451a63 (patch) | |
tree | 123ae0e60c0566f54fd8c823871f0be874ca4ae4 | |
parent | b258f0c8c74ca7f23987bcaaa24d3f4b6e904390 (diff) |
.PATH better
-rw-r--r-- | lib/libc/arch/arm/softfloat/Makefile.inc | 4 |
1 files 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 |