Skip to content

Commit

Permalink
build: fix warnings from grep
Browse files Browse the repository at this point in the history
Fixes build warnings when using newer versions of grep.

Signed-off-by: Chris Osgood <[email protected]>
Tested-by: Georgi Valkov <[email protected]>
  • Loading branch information
c--- authored and misaka36 committed Sep 29, 2022
1 parent e2eda24 commit 0ebf194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/sdk/files/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export TOPDIR LC_ALL LANG SDK

world:

DISTRO_PKG_CONFIG:=$(shell which -a pkg-config | grep -E '\/usr' -m 1)
DISTRO_PKG_CONFIG:=$(shell which -a pkg-config | grep '/usr' -m 1)
export PATH:=$(TOPDIR)/staging_dir/host/bin:$(PATH)

ifneq ($(OPENWRT_BUILD),1)
Expand Down

0 comments on commit 0ebf194

Please sign in to comment.