aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2007-10-06 23:50:47 +0000
committerJohn Crispin <blogic@openwrt.org>2007-10-06 23:50:47 +0000
commitcad1b620581f190548505014c91c17729fabac94 (patch)
tree0303d290259245f16a5feb334bf9f75a27b213e9 /tools/Makefile
parent0b3ef78e450af9522061644d7a27e413b0a9cec2 (diff)
downloadmaster-187ad058-cad1b620581f190548505014c91c17729fabac94.tar.gz
master-187ad058-cad1b620581f190548505014c91c17729fabac94.tar.bz2
master-187ad058-cad1b620581f190548505014c91c17729fabac94.zip
added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9162 3c298f89-4303-0410-b956-a3cf2f4a3e73
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