sed-host forgotten in last commit
[oweals/openwrt.git] / openwrt / package / sed / sed.mk
index 637768920cb628c72d0f67dc0a83a76f4061469f..e56df9a30804bac00e2f8f31f237f5fe5c177708 100644 (file)
@@ -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,7 +126,6 @@ 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: