diff options
author | Luka Perkov <luka@openwrt.org> | 2013-11-20 22:09:11 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-11-20 22:09:11 +0000 |
commit | d8b7d994782158332a5fef4d82c7cebf1a12935b (patch) | |
tree | de25854b6e57f760d8f5664db02a1297c835d0f5 /tools/pkg-config/Makefile | |
parent | 3044b185d1c75e84a404bf2990cf45ad244a5dcd (diff) | |
download | upstream-d8b7d994782158332a5fef4d82c7cebf1a12935b.tar.gz upstream-d8b7d994782158332a5fef4d82c7cebf1a12935b.tar.bz2 upstream-d8b7d994782158332a5fef4d82c7cebf1a12935b.zip |
pkg-config: fix occasional install problem
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38886
Diffstat (limited to 'tools/pkg-config/Makefile')
-rw-r--r-- | tools/pkg-config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pkg-config/Makefile b/tools/pkg-config/Makefile index 6bd53f8610..0edc807e9d 100644 --- a/tools/pkg-config/Makefile +++ b/tools/pkg-config/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. |