summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-01-31 06:55:17 +0000
committerart <art@openbsd.org>2001-01-31 06:55:17 +0000
commit9ca211f339ace7c2b735e055b320ce3e1b79a82d (patch)
tree22ceebfe9e68c11816de6d80c44449ae72ef593d
parentresolve.c is unnecessary (and conflicts with the same file from (diff)
downloadwireguard-openbsd-9ca211f339ace7c2b735e055b320ce3e1b79a82d.tar.xz
wireguard-openbsd-9ca211f339ace7c2b735e055b320ce3e1b79a82d.zip
deconfuse include path. (XXX - this for my future hacks).
-rw-r--r--lib/csu/alpha/Makefile4
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