aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rxp/files/patch-aa
blob: 70007f28fd28eba8f73c2acb6643f937c4620334 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Makefile.orig	Fri Mar  9 20:55:41 2001
+++ Makefile	Fri Mar  9 20:55:58 2001
@@ -3,9 +3,10 @@
 CHAR_SIZE=16
 
 DEBUG=		-g
-CC=		gcc
+CC?=		gcc
 GCCFLAGS=	-Wall -ansi -pedantic
-CFLAGS=		$(GCCFLAGS) $(DEBUG) -O -DCHAR_SIZE=$(CHAR_SIZE)
+CFLAGS?=	-O
+CFLAGS+=	$(GCCFLAGS) $(DEBUG) -DCHAR_SIZE=$(CHAR_SIZE)
 LDFLAGS=	$(DEBUG)
 
 # You may well have to change this line.  Just "LIBS=" will probably work.