update alsa, fix compile
[openwrt.git] / openwrt / package / rarpd / Makefile
index f8f6b75..b91cd83 100644 (file)
@@ -23,7 +23,7 @@ include $(TOPDIR)/package/rules.mk
 
 $(eval $(call PKG_template,RARPD,rarpd,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
 
-$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
+$(PKG_BUILD_DIR)/.configured:
        (cd $(PKG_BUILD_DIR); \
                $(TARGET_CONFIGURE_OPTS) \
                CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \
@@ -65,7 +65,7 @@ $(PKG_BUILD_DIR)/.built:
 
 $(IPKG_RARPD):
        install -d -m0755 $(IDIR_RARPD)/usr/sbin
-       cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/rarpd $(IDIR_RARPD)/usr/sbin/
+       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/rarpd $(IDIR_RARPD)/usr/sbin/
        install -d -m0755 $(IDIR_RARPD)/etc/default
        install -m644 ./files/rarpd.default $(IDIR_RARPD)/etc/default/rarpd
        install -d -m0755 $(IDIR_RARPD)/etc/init.d
This page took 0.023495 seconds and 4 git commands to generate.