blob: 7a242d7a06beb4639cc01c4b087c5c9a167ff2f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- extern/btyacc/Makefile 2013-10-03 02:19:05.000000000 -0500
+++ extern/btyacc/Makefile 2013-10-03 02:19:21.000000000 -0500
@@ -8,14 +8,14 @@
HDRS = defs.h mstring.h
-CFLAGS = -g -Wall -Wstrict-prototypes -Wmissing-prototypes
+CFLAGS += -g -Wall -Wstrict-prototypes -Wmissing-prototypes
#LDFLAGS = -static
LIBS =
-CC = gcc
-LINKER = gcc
+CC ?= gcc
+LINKER ?= gcc
# LINKER = cl
# CC = cl
|