X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f38834b3771af0e4680e92ab23b5a4877f4da7b9..482e137e98c6781c276b0628cc67cc046db90074:/openwrt/package/libelf/Makefile?ds=sidebyside

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