packages/speex: fix whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40072 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:03:09 +00:00
parent a1c2cfaf8a
commit 3444059847

View File

@ -74,7 +74,7 @@ endef
define Build/Compile define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \ $(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \ DESTDIR="$(PKG_INSTALL_DIR)" \
bin_PROGRAMS="" \ bin_PROGRAMS="" \
all install all install
endef endef
@ -101,4 +101,3 @@ endef
$(eval $(call BuildPackage,libspeex)) $(eval $(call BuildPackage,libspeex))
$(eval $(call BuildPackage,libspeexdsp)) $(eval $(call BuildPackage,libspeexdsp))