summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386/Makefile
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1997-04-30 03:12:09 +0000
committermsmith <msmith@FreeBSD.org>1997-04-30 03:12:09 +0000
commit025fcb755f64664150be8ae5b7f193153d1fb53e (patch)
tree3d3316f14fd520a570cde169f5ff6f2ca7a8fe05 /lib/csu/i386/Makefile
parent74acc896bcf5b772a9436e29153727fa67681cb3 (diff)
downloadFreeBSD-src-025fcb755f64664150be8ae5b7f193153d1fb53e.zip
FreeBSD-src-025fcb755f64664150be8ae5b7f193153d1fb53e.tar.gz
Use our copy of dlfcn.h, not the version in /usr/include, which may not
be up-to-date when we are building. Submitted by: Terry Lambert <terry@lambert.org>
Diffstat (limited to 'lib/csu/i386/Makefile')
-rw-r--r--lib/csu/i386/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index 4b3113f..7a7ab1b 100644
--- a/lib/csu/i386/Makefile
+++ b/lib/csu/i386/Makefile
@@ -1,7 +1,7 @@
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
-# $Id: Makefile,v 1.29 1997/04/01 13:53:16 bde Exp $
+# $Id: Makefile,v 1.30 1997/04/02 16:49:18 jdp Exp $
-CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer
+CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer -I${.CURDIR}
OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o
CLEANFILES+= a.out
MAN3+= dlopen.3
OpenPOWER on IntegriCloud