diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 12:12:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 12:12:59 +0000 |
commit | 6b758a5dc3bc19877e9c3eefc12ce04d7041334f (patch) | |
tree | 4478a1a9bc90bda0dab2c84fce154218f3e11aae /openwrt/package/util-linux | |
parent | 9ae81d33764adae7a2a68cd54087bc5a9c68a181 (diff) | |
download | mtk-20170518-6b758a5dc3bc19877e9c3eefc12ce04d7041334f.zip mtk-20170518-6b758a5dc3bc19877e9c3eefc12ce04d7041334f.tar.gz mtk-20170518-6b758a5dc3bc19877e9c3eefc12ce04d7041334f.tar.bz2 |
lots of small package changes and dependency cleanups for the V= stuff
SVN-Revision: 2230
Diffstat (limited to 'openwrt/package/util-linux')
-rw-r--r-- | openwrt/package/util-linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/util-linux/Makefile b/openwrt/package/util-linux/Makefile index d2cf96e..ad5dd19 100644 --- a/openwrt/package/util-linux/Makefile +++ b/openwrt/package/util-linux/Makefile @@ -21,7 +21,7 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,FDISK,fdisk,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,SWAP_UTILS,swap-utils,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared +$(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ |