buildroot: additional -clean target fixes

Patch by Hebbar.
This commit is contained in:
Peter Korsgaard
2008-04-01 07:03:07 +00:00
parent ea471ffff9
commit 34274164d9
8 changed files with 11 additions and 12 deletions

View File

@@ -125,7 +125,7 @@ gettext: uclibc pkgconfig $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY)
gettext-unpacked: $(GETTEXT_DIR)/.unpacked
gettext-clean:
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(GETTEXT_DIR) uninstall
-$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(GETTEXT_DIR) uninstall
-$(MAKE) -C $(GETTEXT_DIR) clean
gettext-dirclean: