diff options
| author | Adam Duskett <Aduskett@gmail.com> | 2017-04-21 11:24:48 -0400 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-22 15:57:23 +0200 |
| commit | e2a782241582e9e7725869f35dfbe2d45cf35a3a (patch) | |
| tree | a0eb11a12628e64783c398caf6d60da7ce37a87f /package/bluez5_utils | |
| parent | 42ec2bd4a4ec7337c34772559024fcc9e135c898 (diff) | |
| download | buildroot-e2a782241582e9e7725869f35dfbe2d45cf35a3a.tar.gz buildroot-e2a782241582e9e7725869f35dfbe2d45cf35a3a.zip | |
package makefiles: clean up backslash spacing.
The check-package script when ran gave warnings on only using
one space before backslashes on all of these makefiles.
This patch cleans up all warnings related to the one space before
backslashes rule in the make files in the package directory.
Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/bluez5_utils')
| -rw-r--r-- | package/bluez5_utils/bluez5_utils.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/bluez5_utils/bluez5_utils.mk b/package/bluez5_utils/bluez5_utils.mk index d19afc39a5..aaefcb6ace 100644 --- a/package/bluez5_utils/bluez5_utils.mk +++ b/package/bluez5_utils/bluez5_utils.mk @@ -12,9 +12,9 @@ BLUEZ5_UTILS_DEPENDENCIES = dbus libglib2 BLUEZ5_UTILS_LICENSE = GPL-2.0+, LGPL-2.1+ BLUEZ5_UTILS_LICENSE_FILES = COPYING COPYING.LIB -BLUEZ5_UTILS_CONF_OPTS = \ - --enable-tools \ - --enable-library \ +BLUEZ5_UTILS_CONF_OPTS = \ + --enable-tools \ + --enable-library \ --disable-cups ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS_OBEX),y) |

