blob: d20ae7efa5b81fefd6fec460da36f8eb8c9492d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.2 2007/06/06 11:05:21 markd Exp $
--- Makefile.orig 2002-08-30 04:15:37.000000000 +1200
+++ Makefile
@@ -1,8 +1,8 @@
-CFLAGS = -g -Wall
+#CFLAGS = -g -Wall
#CFLAGS = -O2 -Wall
poster: poster.c
- gcc $(CFLAGS) -o poster poster.c -lm
+ ${CC} ${CFLAGS} -o poster poster.c -lm
# HPUX: cc -O -Aa -D_POSIX_SOURCE -o poster poster.c -lm
# Note that this program might trigger a stupid bug in the HPUX C library,
|