1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 08:01:25 +02:00

remove old variables

SVN-Revision: 6379
This commit is contained in:
Felix Fietkau 2007-02-26 00:20:39 +00:00
parent 5e50dd560a
commit 27fd6cee56

@ -331,8 +331,8 @@ define Build/Configure
endef
MAKE_VARS := \
CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS) " \
CXXFLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS) " \
CFLAGS="$(TARGET_CFLAGS)" \
CXXFLAGS="$(TARGET_CFLAGS) " \
LDFLAGS="$(EXTRA_LDFLAGS) "
MAKE_FLAGS := \