X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bca56b6a195a5c272d112645b252dab61b2ddcf1..4430c60e7c1728c3b56ea571c70b1eeca1406376:/openwrt/package/libart/Makefile?ds=sidebyside diff --git a/openwrt/package/libart/Makefile b/openwrt/package/libart/Makefile index eb01c7ad4..bbf2ead77 100644 --- a/openwrt/package/libart/Makefile +++ b/openwrt/package/libart/Makefile @@ -18,7 +18,7 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,LIBART,libart,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared +$(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \ CFLAGS="$(TARGET_CFLAGS)" \ CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ @@ -83,5 +83,5 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/libart_lgpl_2.{a,so*} \ $(STAGING_DIR)/usr/lib/pkgconfig/libart-2.0.pc \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev