From: Felix Fietkau Date: Sat, 22 Oct 2005 13:10:06 +0000 (+0000) Subject: another small dependency fix X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=447eef2bae8fc1e14d42a4f0c08f9803b505229f;p=librecmc%2Flibrecmc.git another small dependency fix SVN-Revision: 2236 --- diff --git a/openwrt/target/linux/package/alsa/Makefile b/openwrt/target/linux/package/alsa/Makefile index c2742cccde..7c08d06ca5 100644 --- a/openwrt/target/linux/package/alsa/Makefile +++ b/openwrt/target/linux/package/alsa/Makefile @@ -29,7 +29,7 @@ endif $(eval $(call PKG_template,KMOD_ALSA,kmod-alsa,$(LINUX_VERSION)$(BOARD)+$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH),kernel-$(LINUX_VERSION)-$(BOARD) ($(KERNEL_RELEASE)))) -$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared +$(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); \ ./configure \ --with-kernel=$(KERNEL_DIR) \