summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-10-06 23:50:47 +0000
committerJohn Crispin <john@openwrt.org>2007-10-06 23:50:47 +0000
commitc3847b8e5d32bd6775d5202eb154d07d8b54989c (patch)
treef69bddfdbadfc5a398768977e14fe528efd799b1 /tools/Makefile
parent446881738fd02c91e0489178f5ee8e39218e682b (diff)
downloadmaster-31e0f0ae-c3847b8e5d32bd6775d5202eb154d07d8b54989c.tar.gz
master-31e0f0ae-c3847b8e5d32bd6775d5202eb154d07d8b54989c.tar.bz2
master-31e0f0ae-c3847b8e5d32bd6775d5202eb154d07d8b54989c.zip
added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2
SVN-Revision: 9162
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index d1ca6508f0..ecab9dae84 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -9,7 +9,7 @@
curdir:=tools
# subdirectories to descend into
-$(curdir)/builddirs := sed sstrip ipkg-utils ext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline $(if $(CONFIG_CCACHE),ccache)
+$(curdir)/builddirs := sed sstrip ipkg-utils ext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config $(if $(CONFIG_CCACHE),ccache)
# builddir dependencies
$(curdir)/squashfs/compile := $(curdir)/lzma/install