From 681f7022fa5e54ddd7fe2096763515efe6519dec Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 22 Sep 2008 08:11:02 +0000 Subject: libtool: don't error on missing directories in clean targets --- package/libtool/libtool.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/libtool') diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index 20b300a8d..238bfa6f8 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -90,7 +90,7 @@ endif libtool: uclibc $(TARGET_DIR)/$(LIBTOOL_TARGET_BINARY) libtool-clean: - $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(LIBTOOL_DIR) uninstall + -$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(LIBTOOL_DIR) uninstall -$(MAKE) -C $(LIBTOOL_DIR) clean libtool-cross: uclibc $(LIBTOOL_DIR)/$(LIBTOOL_BINARY) @@ -138,7 +138,7 @@ endif host-libtool: $(LIBTOOL) host-libtool-clean: - $(MAKE) -C $(LIBTOOL_HOST_DIR) uninstall + -$(MAKE) -C $(LIBTOOL_HOST_DIR) uninstall -$(MAKE) -C $(LIBTOOL_HOST_DIR) clean host-libtool-dirclean: -- cgit v1.2.3