From: Thomas Petazzoni Date: Tue, 28 May 2013 11:17:48 +0000 (+0000) Subject: acpid: fix obvious syntax error in addprefix call X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d96dc1a67569b4a2f67dbf9dee69dcdf1ce2200;p=buildroot.git acpid: fix obvious syntax error in addprefix call Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/acpid/acpid.mk b/package/acpid/acpid.mk index 4ad9f660b0..b55761731e 100644 --- a/package/acpid/acpid.mk +++ b/package/acpid/acpid.mk @@ -26,7 +26,7 @@ endef define ACPID_UNINSTALL_TARGET_CMDS rm -f $(TARGET_DIR)/usr/sbin/acpid rm -f $(TARGET_DIR)/usr/bin/acpi_listen - rm -f $(addprefix )$(TARGET_DIR)/usr/share/man/man8/,acpid.8 acpi_listen.8) + rm -f $(addprefix $(TARGET_DIR)/usr/share/man/man8/,acpid.8 acpi_listen.8) endef define ACPID_CLEAN_CMDS