X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=Makefile;h=e18bc18608a171158aa268a90553804fa088cc22;hb=abc2fff80fe943eb5c9a71edd3e866dc44af2533;hp=0144b0c5ffc9b99dfd0a280f4b8f3e029f025e8b;hpb=cd5f66652bd405872fc33ca6410dc8f9b51fee09;p=openwrt%2Fopenwrt.git diff --git a/Makefile b/Makefile index 0144b0c5ff..e18bc18608 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,6 @@ -# Makefile for OpenWrt +# SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2007 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# TOPDIR:=${CURDIR} LC_ALL:=C @@ -18,7 +14,7 @@ $(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the OpenWrt dir world: -DISTRO_PKG_CONFIG:=$(shell command -pv pkg-config | grep -E '\/usr' | head -n 1) +DISTRO_PKG_CONFIG:=$(shell which -a pkg-config | grep -E '\/usr' | head -n 1) export PATH:=$(TOPDIR)/staging_dir/host/bin:$(PATH) ifneq ($(OPENWRT_BUILD),1)