X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fpackage-version-override.mk;h=2c1741eef1683b1212a397807c2e741d34bdc08b;hb=39467e78e76dcdfa6dc3430b4b52d4333a97135f;hp=f69d9b1776b46f1a1402136712f6a4fc35aa6ebe;hpb=8029fefe5c42e8e71ee9944d64b322afbdeaf8a6;p=openwrt%2Fstaging%2Flynxis%2Fomap.git diff --git a/include/package-version-override.mk b/include/package-version-override.mk index f69d9b1776..2c1741eef1 100644 --- a/include/package-version-override.mk +++ b/include/package-version-override.mk @@ -62,7 +62,6 @@ define prepare_custom_source_directory rm -Rf $(PKG_BUILD_DIR); \ echo "Preparing Custom Source Directory link: $(CONFIG_$(PKG_NAME)_CUSTOM_SOURCE_DIR)"; \ ln -snf $(CONFIG_$(PKG_NAME)_CUSTOM_SOURCE_DIR) $(PKG_BUILD_DIR); \ - [ -x "$(PKG_BUILD_DIR)/autoreconf" ] && (cd $(PKG_BUILD_DIR); autoreconf -i;) \ else \ echo "Custom Source Directory $(CONFIG_$(PKG_NAME)_CUSTOM_SOURCE_DIR) is invalid"; \ false; \