diff options
Diffstat (limited to 'package/libroxml')
-rw-r--r-- | package/libroxml/libroxml.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk index fadbdd623e..3eefd9d425 100644 --- a/package/libroxml/libroxml.mk +++ b/package/libroxml/libroxml.mk @@ -20,10 +20,6 @@ define LIBROXML_INSTALL_TARGET_CMDS $(MAKE) DESTDIR=$(TARGET_DIR)/usr/ -C $(@D) install endef -define LIBROXML_CLEAN_CMDS - -$(MAKE) -C $(@D) clean -endef - define LIBROXML_DISABLE_DOXYGEN $(SED) 's:) doxy:):' $(@D)/Makefile endef |