diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2013-06-05 23:53:25 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-06 17:26:35 +0200 |
commit | 702704014dafc2beae60bcd88abeae72f0ac4d87 (patch) | |
tree | 5dc3996498376122312cbcfaaa27599650144a54 /package/libtool | |
parent | 911a2081a3d2a0decd75ad46bdae3d22694a4a98 (diff) | |
download | buildroot-novena-702704014dafc2beae60bcd88abeae72f0ac4d87.tar.gz buildroot-novena-702704014dafc2beae60bcd88abeae72f0ac4d87.zip |
Fix package headers to comply with coding style
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/libtool.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index 25cd89dd8..1c31ee8f5 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -3,6 +3,7 @@ # libtool # ############################################################# + LIBTOOL_VERSION = 2.4.2 LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool |