aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1997-04-30 03:12:09 +0000
committerMike Smith <msmith@FreeBSD.org>1997-04-30 03:12:09 +0000
commitdff682856f76dfce4d0b0880205e1ef2851a15c8 (patch)
tree6f7a225a4221357274640f1ac4c4389363598d8d /lib/csu
parent29c78eecc273054c084edd0a0f926a4d4cd15a89 (diff)
Notes
Diffstat (limited to 'lib/csu')
-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 4b3113f952e02..7a7ab1b01423d 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