16 lines
460 B
Plaintext
16 lines
460 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2003/08/02 12:00:13 couderc Exp $
|
|
--- Makefile.orig Wed Apr 9 01:28:49 2003
|
|
+++ Makefile Sun Jun 8 12:34:26 2003
|
|
@@ -1,9 +1,9 @@
|
|
# Makefile for systems with GNU tools
|
|
-CC = gcc
|
|
+CC = cc
|
|
INSTALL = install
|
|
IFLAGS = -idirafter dummyinc
|
|
#CFLAGS = -g
|
|
-CFLAGS = -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
|
|
+CFLAGS += -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
|
|
|
|
LIBS = `./vsf_findlibs.sh`
|
|
LINK = -Wl,-s
|