aboutsummaryrefslogtreecommitdiffstats
path: root/package/broadcom-wl/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-18 21:21:06 +0000
committerMike Baker <mbm@openwrt.org>2006-08-18 21:21:06 +0000
commitc38c5db597c53518b266548465b03da68d16b8ef (patch)
treeb24a2ff228ace9eaf2dd4af0aa0bff455301cb3f /package/broadcom-wl/Makefile
parentbe9cf7f78a857b99bd6473dbf7b7f02d44a64be5 (diff)
downloadupstream-c38c5db597c53518b266548465b03da68d16b8ef.tar.gz
upstream-c38c5db597c53518b266548465b03da68d16b8ef.tar.bz2
upstream-c38c5db597c53518b266548465b03da68d16b8ef.zip
Fix/clean several hundred package makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4603 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-wl/Makefile')
-rw-r--r--package/broadcom-wl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile
index f7428188d3..ce447a4ac2 100644
--- a/package/broadcom-wl/Makefile
+++ b/package/broadcom-wl/Makefile
@@ -87,7 +87,6 @@ define Build/Compile
# Compile wlc
$(MAKE) -C $(PKG_BUILD_DIR)/wlc \
$(TARGET_CONFIGURE_OPTS) \
- CC="$(TARGET_CC)" \
CFLAGS="-I$(PKG_BUILD_DIR)/wlc/include $(TARGET_CFLAGS)" \
all
endef