Don't be redundant.

This commit is contained in:
David E. O'Brien 2002-05-10 01:06:52 +00:00
parent 49f523a581
commit 07776d8fb2

View File

@ -3,7 +3,7 @@
FILES= kgzldr.o
SRCS= start.s boot.c inflate.c lib.c crt.s sio.s
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
CFLAGS= -ffreestanding -fno-builtin
CFLAGS= -ffreestanding
.if ${OBJFORMAT} == aout
CFLAGS+=-O2
.else