From f6079fbd4bdeac40848306b16d3fde305620145c Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 26 May 2009 19:11:56 +0000
Subject: [PATCH] add missing dependency

SVN-Revision: 16096
---
 tools/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/Makefile b/tools/Makefile
index 02504d9524..71c0346a8a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -20,6 +20,7 @@ tools-$(CONFIG_powerpc) += dtc
 tools-dep += lzma
 
 # builddir dependencies
+$(curdir)/pkg-config/compile := $(curdir)/sed/install
 $(curdir)/squashfs/compile := $(curdir)/lzma-old/install
 $(curdir)/squashfs4/compile := $(curdir)/lzma/install
 $(curdir)/quilt/compile := $(curdir)/sed/install
-- 
GitLab