another small dependency fix
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 22 Oct 2005 13:10:06 +0000 (13:10 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 22 Oct 2005 13:10:06 +0000 (13:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2236 3c298f89-4303-0410-b956-a3cf2f4a3e73

openwrt/target/linux/package/alsa/Makefile

index c2742cc..7c08d06 100644 (file)
@@ -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) \
This page took 0.028307 seconds and 4 git commands to generate.