readline: ignore errors in target-clean target

This commit is contained in:
Peter Korsgaard 2008-03-31 14:32:38 +00:00
parent 9a70301cbe
commit 9021b9f21e
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ readline-dirclean:
readline-target: readline $(TARGET_DIR)/$(READLINE_TARGET_SHARED_BINARY)
readline-target-clean:
$(MAKE1) DESTDIR=$(TARGET_DIR) -C $(READLINE_DIR) uninstall
-$(MAKE) DESTDIR=$(TARGET_DIR) -C $(READLINE_DIR) uninstall
ifeq ($(strip $(BR2_READLINE)),y)
TARGETS+=readline