X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a30fc45109b8f41d789036bdd9cc1ed9125ed2f8..bdd94763c1c3c236e2bd8b2282dad526e08bbb66:/openwrt/package/cyrus-sasl/Makefile diff --git a/openwrt/package/cyrus-sasl/Makefile b/openwrt/package/cyrus-sasl/Makefile index 272988310..84238db55 100644 --- a/openwrt/package/cyrus-sasl/Makefile +++ b/openwrt/package/cyrus-sasl/Makefile @@ -18,7 +18,7 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,LIBSASL2,libsasl2,$(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} ; \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ @@ -123,5 +123,5 @@ uninstall-dev: rm -rf $(STAGING_DIR)/usr/lib/libsasl{2,}.{a,so*} rm -rf $(STAGING_DIR)/usr/lib/sasl2 -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev