diff options
Diffstat (limited to 'package/libroxml/libroxml.mk')
-rw-r--r-- | package/libroxml/libroxml.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk index d602513717..fadbdd623e 100644 --- a/package/libroxml/libroxml.mk +++ b/package/libroxml/libroxml.mk @@ -20,14 +20,6 @@ define LIBROXML_INSTALL_TARGET_CMDS $(MAKE) DESTDIR=$(TARGET_DIR)/usr/ -C $(@D) install endef -define LIBROXML_UNINSTALL_STAGING_CMDS - $(MAKE) DESTDIR=$(STAGING_DIR) -C $(@D) uninstall -endef - -define LIBROXML_UNINSTALL_TARGET_CMDS - $(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) uninstall -endef - define LIBROXML_CLEAN_CMDS -$(MAKE) -C $(@D) clean endef |