From c73498eba02bd65adc4d9bb04a9451dac98f5bd4 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 28 Mar 2001 09:24:06 +0000 Subject: s/${_CFLAGS}/${_CPUCFLAGS}/, looks like I committed an earlier version of my patch from the wrong tree. Submitted by: Glenn Johnson Approved by: jkh --- sys/conf/Makefile.pc98 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/conf/Makefile.pc98') diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 6722649942d8..3d4e730b6c15 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -39,7 +39,7 @@ OBJCOPY?= objcopy COPTFLAGS?=-O -pipe .if !defined(NO_CPU_COPTFLAGS) -COPTFLAGS+= ${_CFLAGS} +COPTFLAGS+= ${_CPUCFLAGS} .endif INCLUDES= -nostdinc -I- -I. -I$S # This hack is to allow kernel compiles to succeed on machines w/out srcdist -- cgit v1.2.3