X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3d80c3754b3421428b47f89ce26f07adf10e7501..665ada0f7d0fcd813ac2bdf4607c2f8a5e460831:/openwrt/package/sed/sed.mk diff --git a/openwrt/package/sed/sed.mk b/openwrt/package/sed/sed.mk index 5154c1f79..e56df9a30 100644 --- a/openwrt/package/sed/sed.mk +++ b/openwrt/package/sed/sed.mk @@ -69,10 +69,9 @@ use-sed-host-binary: host-sed: $(HOST_SED_TARGET) host-sed-clean: - $(MAKE) DESTDIR=$(STAGING_DIR) -C $(SED_DIR1) uninstall -$(MAKE) -C $(SED_DIR1) clean -host-sed-dirclean: +host-sed-toolclean: rm -rf $(SED_DIR1) @@ -127,10 +126,11 @@ sed-target_binary: $(SED_DIR2)/$(SED_BINARY) sed: uclibc sed-target_binary sed-clean: - $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(SED_DIR2) uninstall -$(MAKE) -C $(SED_DIR2) clean sed-dirclean: rm -rf $(SED_DIR2) - +ifeq ($(strip $(BR2_PACKAGE_SED)),y) +TARGETS+=sed +endif