X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/e122fd3565fe46fe95376e06255422dc2fe7e7b2..46225926c8c36b914ad7423bb7e6f36a42b92298:/package/libart/Makefile diff --git a/package/libart/Makefile b/package/libart/Makefile index eb01c7ad4..bbf2ead77 100644 --- a/package/libart/Makefile +++ b/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