X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f38834b3771af0e4680e92ab23b5a4877f4da7b9..49417b68d05e44f253f2a97e1d0a9422b5330a55:/openwrt/package/libelf/Makefile diff --git a/openwrt/package/libelf/Makefile b/openwrt/package/libelf/Makefile index 02ea765b0..f6fd702c4 100644 --- a/openwrt/package/libelf/Makefile +++ b/openwrt/package/libelf/Makefile @@ -18,8 +18,6 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,LIBELF,libelf,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -.NOTPARALLEL: - $(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \ $(TARGET_CONFIGURE_OPTS) \ @@ -85,5 +83,5 @@ uninstall-dev: rm -rf $(STAGING_DIR)/usr/include/libelf* rm -rf $(STAGING_DIR)/usr/lib/libelf.{a,so*} -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev