diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 13:10:06 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 13:10:06 +0000 |
commit | 2391f4d139ae30b3e184a0f69f4af66d90838c62 (patch) | |
tree | 3e90f4120087d3641e6828c2920a5671b31677bc | |
parent | cfc2f567cba45abba145070ebfcf34f27ab9c7e1 (diff) |
another small dependency fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2236 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 c2742cccd..7c08d06ca 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) \ |