diff options
author | Denys Vlasenko | 2010-07-26 01:49:12 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-07-26 01:49:12 +0200 |
commit | ba2dcccd799963ac74ee92300df494947820608b (patch) | |
tree | e27140083f1f4faebe86cde97a3dabbff5ac7f9e /scripts/Makefile.host | |
parent | 0f8960542f6f5ae258e72e56ba7296a01a9c10af (diff) | |
download | busybox-ba2dcccd799963ac74ee92300df494947820608b.zip busybox-ba2dcccd799963ac74ee92300df494947820608b.tar.gz |
*: trailing empty lines removed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/Makefile.host')
-rw-r--r-- | scripts/Makefile.host | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile.host b/scripts/Makefile.host index 23bd9ff..2e62850 100644 --- a/scripts/Makefile.host +++ b/scripts/Makefile.host @@ -153,4 +153,3 @@ $(host-cshlib): %: $(host-cshobjs) FORCE targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\ $(host-cxxmulti) $(host-cxxobjs) $(host-cshlib) $(host-cshobjs) - |