From 525ac715e0f33851b0ce46ee62c6b8950ba4d60b Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 25 Jun 2002 18:05:16 +0000 Subject: WARNS=6'ify. Style nits. --- lib/csu/alpha/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'lib/csu/alpha') diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 46c0277..fd9f545 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -1,13 +1,11 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../common - -SRCS= crt1.c crti.S crtn.S -OBJS= ${SRCS:N*.h:R:S/$/.o/g} -OBJS+= gcrt1.o -CFLAGS+= -Wall -Wno-unused \ - -I${.CURDIR}/../common \ - -I${.CURDIR}/../../libc/include +SRCS= crt1.c crti.S crtn.S +OBJS= ${SRCS:N*.h:R:S/$/.o/g} +OBJS+= gcrt1.o +WARNS?= 6 +CFLAGS+= -I${.CURDIR}/../common -I${.CURDIR}/../../libc/include all: ${OBJS} -- cgit v1.1