mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 21:57:31 +02:00
e90b272ea7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12347 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
229 B
Diff
12 lines
229 B
Diff
--- 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@
|