diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-03-26 17:05:43 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-29 23:30:37 +0200 |
| commit | cc405b4cb323b6f16dbf12ae319885ec88d1dddd (patch) | |
| tree | f2156db724f89a584279cce4de00f24d67f68ec2 /package/lesstif | |
| parent | fc91501e6b32ef1b015ac9b0fbf6d64aa1ce0162 (diff) | |
| download | buildroot-cc405b4cb323b6f16dbf12ae319885ec88d1dddd.tar.gz buildroot-cc405b4cb323b6f16dbf12ae319885ec88d1dddd.zip | |
arch, linux, package: remove whitespaces
Whitespaces were searched using the following regex:
[ ]{1,}\t
and then manually removed in most of the cases. For
xserver_xorg-server.mk, tabs before backslashes were removed.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lesstif')
| -rw-r--r-- | package/lesstif/lesstif.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/lesstif/lesstif.mk b/package/lesstif/lesstif.mk index 6ce2339b38..fb04a9eea3 100644 --- a/package/lesstif/lesstif.mk +++ b/package/lesstif/lesstif.mk @@ -22,11 +22,11 @@ LESSTIF_CONF_OPTS = \ # Reduces the buggy makefile to the smallest possible (and working) thing define LESSTIF_NOMAN2HTML - echo "all:" > $(@D)/doc/Makefile - echo "" >> $(@D)/doc/Makefile + echo "all:" > $(@D)/doc/Makefile + echo "" >> $(@D)/doc/Makefile echo "install:" >> $(@D)/doc/Makefile - echo "" >> $(@D)/doc/Makefile - echo "clean:" >> $(@D)/doc/Makefile + echo "" >> $(@D)/doc/Makefile + echo "clean:" >> $(@D)/doc/Makefile endef # Prevents to copy ac_find_motif.m4 on target, it would else |

