summaryrefslogtreecommitdiffstats
path: root/package/libart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libart/Makefile')
-rw-r--r--package/libart/Makefile6
1 files changed, 3 insertions, 3 deletions
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