mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 17:11:06 +02:00
fc7ac0c1a5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12346 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
--- a/libbridge/Makefile.in
|
|
+++ b/libbridge/Makefile.in
|
|
@@ -5,7 +5,7 @@
|
|
RANLIB=@RANLIB@
|
|
|
|
CC=@CC@
|
|
-CFLAGS = -Wall -g $(KERNEL_HEADERS)
|
|
+CFLAGS = -Wall -g @CFLAGS@ $(KERNEL_HEADERS)
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|