net/quagga: fix an SDK compile issue

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23936 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul 2010-11-09 09:07:09 +00:00
parent deadbf4107
commit 210bb922af

View File

@ -159,7 +159,6 @@ endif
define Build/Configure
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \
autoconf \
);
$(call Build/Configure/Default)
endef