diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-15 20:02:21 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-15 20:02:21 +0000 |
commit | 638e7f7d3b95137aafc5a1af5f1e19e445295dbf (patch) | |
tree | 05bed34f2e49630670ad56b126e3f1ae0f7d55ae /package/libtool/Makefile | |
parent | 2427a1a5f9baffc8a4faf578dbdb5b618e23ed53 (diff) |
[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 |