summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2005-12-27 18:42:25 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2005-12-27 18:42:25 +0000
commit61cb5ddfc0fa7322927c4eb71b8319590ffb8988 (patch)
tree6206d860698269f70c6242e84127f5870e9b596b
parent6a9fe60a5097c5c302193fee68fba26929810e1e (diff)
Remove unused include, ok miod@
-rw-r--r--lib/libc/dlfcn/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/dlfcn/Makefile.inc b/lib/libc/dlfcn/Makefile.inc
index 2a3224e28b5..3bf1bab1440 100644
--- a/lib/libc/dlfcn/Makefile.inc
+++ b/lib/libc/dlfcn/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.1 2001/11/20 01:09:38 pvalchev Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2005/12/27 18:42:24 drahn Exp $
.PATH: ${LIBCSRCDIR}/dlfcn
@@ -6,5 +6,4 @@
.if ${ELF_TOOLCHAIN:L} == "yes"
SRCS+= dlfcn_stubs.c
-CPPFLAGS+= -I${.CURDIR}/dlfcn
.endif