diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-15 20:02:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-15 20:02:21 +0000 |
commit | 436dbdd4b0cbf4a63bb6862213a096a03f97cae8 (patch) | |
tree | 05bed34f2e49630670ad56b126e3f1ae0f7d55ae /package/libtool/Makefile | |
parent | 5529e6f9b375e6a14fd534bd00a809923d6c695c (diff) | |
download | upstream-436dbdd4b0cbf4a63bb6862213a096a03f97cae8.tar.gz upstream-436dbdd4b0cbf4a63bb6862213a096a03f97cae8.tar.bz2 upstream-436dbdd4b0cbf4a63bb6862213a096a03f97cae8.zip |
[package] libtool: prefix command output with "OpenWrt-" to make it immediately obvious whether our libtool is used
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24613 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libtool/Makefile')
-rw-r--r-- | package/libtool/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index 5aa5aa3652..1349070d5d 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -15,8 +15,6 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libtool PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021 -HOST_PATCH_DIR=/dev/null - PKG_BUILD_DEPENDS:=libtool/host PKG_BUILD_PARALLEL:=0 |