projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80bc6f5
)
packages/acpid: fix whitespaces
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 27 Mar 2014 07:05:05 +0000
(07:05 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 27 Mar 2014 07:05:05 +0000
(07:05 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40180
utils/acpid/Makefile
patch
|
blob
|
history
diff --git
a/utils/acpid/Makefile
b/utils/acpid/Makefile
index 23a07ec6e2130508feffe6fcf367783faf853048..c772f00d06a3e1942e26acd17e9106d0df20445f 100644
(file)
--- a/
utils/acpid/Makefile
+++ b/
utils/acpid/Makefile
@@
-34,7
+34,7
@@
define Build/Compile
CC="$(TARGET_CC)" \
LD="$(TARGET_CC)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
- all
+ all
endef
define Package/acpid/install