diff options
Diffstat (limited to 'openwrt/package/libxml2/Makefile')
-rw-r--r-- | openwrt/package/libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/libxml2/Makefile b/openwrt/package/libxml2/Makefile index 97845095ec..d349caa7df 100644 --- a/openwrt/package/libxml2/Makefile +++ b/openwrt/package/libxml2/Makefile @@ -118,8 +118,8 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/libxml2.{a,so*} \ $(STAGING_DIR)/usr/lib/pkgconfig/libxml-2.0.pc \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev mostlyclean: make -C $(PKG_BUILD_DIR) clean |