From e9facb1e676c8958938801405f1e88fd19b31227 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 27 Mar 2014 07:05:55 +0000 Subject: [PATCH] packages/build-essential: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40230 --- devel/build-essential/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/build-essential/Makefile b/devel/build-essential/Makefile index f22611d644..37bffb627a 100644 --- a/devel/build-essential/Makefile +++ b/devel/build-essential/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk define Package/build-essential SECTION:=devel CATEGORY:=Development - TITLE:=Build essentials + TITLE:=Build essentials DEPENDS=+gcc +make +binutils +patch +diffutils @NO_STRIP PKGARCH:=all endef -- 2.30.2