diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-31 06:55:18 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-31 06:55:18 +0000 |
commit | ddfccee89de9c9e6bf28208b8e97e2f8c4852f18 (patch) | |
tree | 1645fc11c12e87d2d2877ecf9338085fd4ce04d8 /lib/csu/alpha | |
parent | 169c5504161e1b770e657d8fdd12edf86051b424 (diff) |
deconfuse include path. (XXX - this for my future hacks).
Diffstat (limited to 'lib/csu/alpha')
-rw-r--r-- | lib/csu/alpha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 381806925ad..543d9e0eb82 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2001/01/25 05:37:20 art Exp $ +# $OpenBSD: Makefile,v 1.8 2001/01/31 06:55:17 art Exp $ # $NetBSD: Makefile,v 1.6 1996/10/18 05:27:38 thorpej Exp $ .include <bsd.own.mk> # for ELF_TOOLCHAIN definition CFLAGS+= -DLIBC_SCCS -DPIC -DELFSIZE=64 -CFLAGS+= -I${.CURDIR}/../../../libexec/elf_rtld/include +CFLAGS+= -I${.CURDIR}/../ .if !defined(ELF_TOOLCHAIN) CFLAGS+= -DECOFF_COMPAT |