From ce640a0b5070b92d20a4d91aac7755d28beed2c6 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 12 Mar 1998 12:26:49 +0000 Subject: Removed duplicated -I options. --- sys/i386/boot/rawboot/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/i386/boot/rawboot') diff --git a/sys/i386/boot/rawboot/Makefile b/sys/i386/boot/rawboot/Makefile index 5eebcf1..5b2729f 100644 --- a/sys/i386/boot/rawboot/Makefile +++ b/sys/i386/boot/rawboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 1998/02/15 21:38:19 eivind Exp $ +# $Id: Makefile,v 1.10 1998/03/07 10:48:15 eivind Exp $ # PROG= boot @@ -16,7 +16,6 @@ CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \ -I${.CURDIR}/../biosboot \ -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT} CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK} -CFLAGS+= -I${.CURDIR}/../../.. CFLAGS+= ${CWARNFLAGS} # By default, if a serial port is going to be used as console, use COM1 -- cgit v1.1