direct: don't fail clean target if directory doesn't exist
Patch by Hebbar.
This commit is contained in:
parent
f1e2d3e671
commit
ea471ffff9
@ -108,7 +108,7 @@ directfb: uclibc jpeg libpng freetype libsysfs tslib $(DIRECTFB_FUSION) \
|
||||
$(TARGET_DIR)/usr/lib/libdirectfb.so
|
||||
|
||||
directfb-clean:
|
||||
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(DIRECTFB_DIR) uninstall
|
||||
-$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(DIRECTFB_DIR) uninstall
|
||||
-$(MAKE) -C $(DIRECTFB_DIR) clean
|
||||
|
||||
directfb-dirclean:
|
||||
|
Loading…
Reference in New Issue
Block a user