From 16d9927028f8a2cb2e9a395b8322ca78651a3ff9 Mon Sep 17 00:00:00 2001 From: niklas Date: Thu, 20 Mar 1997 19:10:20 +0000 Subject: [PATCH] use ${COMPILE.c} even for the custom build --- sbin/config_slot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/config_slot/Makefile b/sbin/config_slot/Makefile index 663c950bfb4..848d380e21a 100644 --- a/sbin/config_slot/Makefile +++ b/sbin/config_slot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1996/08/21 06:04:08 tholo Exp $ +# $OpenBSD: Makefile,v 1.4 1997/03/20 19:10:20 niklas Exp $ SRCS= config_slot.c pcmcia_conf.c #dumpreg.c @@ -10,6 +10,6 @@ PROG= config_slot NOMAN= pcmcia_conf.o: pcmcia_conf.c - $(CC) $(CFLAGS) -D_KERNEL -c $< + ${COMPILE.c} -D_KERNEL $< .include -- 2.20.1