update alsa, fix compile
[openwrt.git] / openwrt / package / ebtables / Makefile
index 44a175e..9abd93a 100644 (file)
@@ -16,6 +16,9 @@ include $(TOPDIR)/package/rules.mk
 
 $(eval $(call PKG_template,EBTABLES,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
 
+$(PKG_BUILD_DIR)/.configured:
+       touch $@
+
 $(PKG_BUILD_DIR)/.built:
        $(MAKE) -C $(PKG_BUILD_DIR) \
                CC=$(TARGET_CC) LD=$(TARGET_CROSS)ld \
@@ -24,6 +27,6 @@ $(PKG_BUILD_DIR)/.built:
 
 $(IPKG_EBTABLES):
        mkdir -p $(IDIR_EBTABLES)/usr/sbin
-       cp $(PKG_BUILD_DIR)/ebtables $(IDIR_EBTABLES)/usr/sbin/
+       $(CP) $(PKG_BUILD_DIR)/ebtables $(IDIR_EBTABLES)/usr/sbin/
        $(IPKG_BUILD) $(IDIR_EBTABLES) $(PACKAGE_DIR)
 
This page took 0.02455 seconds and 4 git commands to generate.