From dff682856f76dfce4d0b0880205e1ef2851a15c8 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 30 Apr 1997 03:12:09 +0000 Subject: 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 --- lib/csu/i386/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/csu/i386') diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile index 4b3113f952e0..7a7ab1b01423 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 -- cgit v1.3