projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ifndef is not supported inside make variable expansion
[openwrt.git]
/
package
/
hostap-utils
/
Makefile
diff --git
a/package/hostap-utils/Makefile
b/package/hostap-utils/Makefile
index
7ed0fd9
..
bac0d3f
100644
(file)
--- a/
package/hostap-utils/Makefile
+++ b/
package/hostap-utils/Makefile
@@
-28,7
+28,7
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)
-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include
-Wall" \
+ CFLAGS="$(TARGET_CFLAGS)
$(TARGET_CPPFLAGS)
-Wall" \
all
endef
This page took
0.020422 seconds
and
4
git commands to generate.