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 | f0541671e43181e7d07745e2ddf6c38a9ddbf7ba (patch) | |
tree | 3e90f4120087d3641e6828c2920a5671b31677bc /target | |
parent | 62a377a8a8c2799abf80c3aa178d3a9e0d120a45 (diff) | |
download | upstream-f0541671e43181e7d07745e2ddf6c38a9ddbf7ba.tar.gz upstream-f0541671e43181e7d07745e2ddf6c38a9ddbf7ba.tar.bz2 upstream-f0541671e43181e7d07745e2ddf6c38a9ddbf7ba.zip |
another small dependency fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2236 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/package/alsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/alsa/Makefile b/target/linux/package/alsa/Makefile index c2742cccde..7c08d06ca5 100644 --- a/target/linux/package/alsa/Makefile +++ b/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) \ |