summaryrefslogtreecommitdiff
path: root/textproc/rxp/files/patch-aa
blob: d1d49a571005ad4bda5bf0a762aefaacde35fc4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Makefile.orig	Fri Nov 23 22:27:59 2001
+++ Makefile	Sat Jun 29 11:29:34 2002
@@ -3,9 +3,10 @@
 CHAR_SIZE=16
 
 DEBUG=		-g
-CC=		gcc
+CC?=		gcc
 GCCFLAGS=	-Wall -ansi -pedantic
 # HP-UX users may need to add -D_HPUX_SOURCE
+CFLAGS?=	-O
 CFLAGS=		$(GCCFLAGS) $(DEBUG) -O -DCHAR_SIZE=$(CHAR_SIZE)
 LDFLAGS=	$(DEBUG)