diff options
Diffstat (limited to 'lib/csu/i386/Makefile')
-rw-r--r-- | lib/csu/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile index 1a1d02460add6..5e27d48c25d2f 100644 --- a/lib/csu/i386/Makefile +++ b/lib/csu/i386/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.6 (Berkeley) 5/22/91 -# $Id: Makefile,v 1.25.2.2 1997/04/30 03:13:33 msmith Exp $ +# $Id: Makefile,v 1.25.2.3 1997/06/06 02:18:41 brian Exp $ CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer -I${.CURDIR} OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o |