fix compile error

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6168 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-01-22 00:26:17 +00:00
parent f57cb9ba16
commit 11c6128d0b

View File

@ -42,8 +42,8 @@ endef
define Build/Compile
$(call Build/Compile/Default, \
CFLAGS="\$$$$(EXTRA_CFLAGS)" \
LDFLAGS="\$$$$(EXTRA_LDFLAGS)" \
CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \
LDFLAGS="$(EXTRA_LDFLAGS)" \
)
endef