13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
$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 *~
|