summaryrefslogtreecommitdiffstats
path: root/package/lesstif
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-21 11:24:48 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-22 15:57:23 +0200
commite2a782241582e9e7725869f35dfbe2d45cf35a3a (patch)
treea0eb11a12628e64783c398caf6d60da7ce37a87f /package/lesstif
parent42ec2bd4a4ec7337c34772559024fcc9e135c898 (diff)
downloadbuildroot-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/lesstif')
-rw-r--r--package/lesstif/lesstif.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lesstif/lesstif.mk b/package/lesstif/lesstif.mk
index 933dd13373..35d2c6d961 100644
--- a/package/lesstif/lesstif.mk
+++ b/package/lesstif/lesstif.mk
@@ -17,7 +17,7 @@ LESSTIF_LICENSE_FILES = COPYING.LIB
LESSTIF_CONF_OPTS = \
--with-gnu-ld \
--with-freetype-config=$(STAGING_DIR)/usr/bin/freetype-config \
- --enable-production=yes \
+ --enable-production=yes \
--enable-build-tests=no \
--no-recursion
OpenPOWER on IntegriCloud