You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
342 B
11 lines
342 B
--- ./Makefile.old 2009-10-18 21:14:18.344641842 +0200
|
|
+++ ./Makefile 2009-10-18 21:14:33.558618672 +0200
|
|
@@ -22,7 +22,7 @@
|
|
|
|
CC = gcc
|
|
HOSTCC = gcc
|
|
-CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
|
|
+CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall $(EXTRA_CCOPTS)
|
|
CFLAGS = $(CCOPTS) -I../include $(DEFINES)
|
|
YACCFLAGS = -d -t -v
|
|
|
|
|