diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 13:10:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 13:10:06 +0000 |
commit | 447eef2bae8fc1e14d42a4f0c08f9803b505229f (patch) | |
tree | 34a5ec7403793a8b765e0c15770cd24743a78c1a /openwrt/target/linux | |
parent | a6ae43db6364df7d29f59482c8f9d5847e6ad036 (diff) | |
download | mtk-20170518-447eef2bae8fc1e14d42a4f0c08f9803b505229f.zip mtk-20170518-447eef2bae8fc1e14d42a4f0c08f9803b505229f.tar.gz mtk-20170518-447eef2bae8fc1e14d42a4f0c08f9803b505229f.tar.bz2 |
another small dependency fix
SVN-Revision: 2236
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r-- | openwrt/target/linux/package/alsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/alsa/Makefile b/openwrt/target/linux/package/alsa/Makefile index c2742cc..7c08d06 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) \ |