diff options
Diffstat (limited to 'openwrt/package/libelf/Makefile')
-rw-r--r-- | openwrt/package/libelf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/openwrt/package/libelf/Makefile b/openwrt/package/libelf/Makefile index 02ea765b0e..f6fd702c49 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 |