fix compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6173 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-01-22 01:30:47 +00:00
parent 11c6128d0b
commit 91efbbae78

View File

@ -31,9 +31,9 @@ endef
define Build/Compile
$(call Build/Compile/Default, \
CCOPTS="\$$$$(EXTRA_CFLAGS)" \
CCOPTS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \
INCLUDE="" \
LDFLAGS="\$$$$(EXTRA_LDFLAGS)" \
LDFLAGS="$(EXTRA_LDFLAGS)" \
)
endef