From 5c50f82fa1495ab90e4f1eb530390d2da3620caa Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:05:05 +0000 Subject: [PATCH] packages/acpid: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40180 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/acpid/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/acpid/Makefile b/utils/acpid/Makefile index 23a07ec6e..c772f00d0 100644 --- 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