projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1413abb
)
packages/build-essential: fix whitespaces
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 27 Mar 2014 07:05:55 +0000
(07:05 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 27 Mar 2014 07:05:55 +0000
(07:05 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40230
devel/build-essential/Makefile
patch
|
blob
|
history
diff --git
a/devel/build-essential/Makefile
b/devel/build-essential/Makefile
index f22611d644f1faba1776e8edfe0a73e638090516..37bffb627a09df661a37d5374d9ea808ad438cd2 100644
(file)
--- 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