honour CC

This commit is contained in:
sturm 2004-06-22 04:28:23 +00:00
parent 6fd82096cc
commit 11bff826f1

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile,v 1.1 2004/06/22 04:28:23 sturm Exp $
--- Makefile.orig Wed Jun 11 00:02:59 2003
+++ Makefile Mon Jun 21 22:21:30 2004
@@ -6,7 +6,7 @@ VERSION = 1.0.1
all: switch
switch: switch.c switch.h
- ${GCC} -o switch switch.c ${CFLAGS} ${LIBS}
+ ${CC} -o switch switch.c ${CFLAGS} ${LIBS}
clean:
-rm -f switch *~