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/celt051 | |
| 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/celt051')
| -rw-r--r-- | package/celt051/celt051.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/celt051/celt051.mk b/package/celt051/celt051.mk index a5b6f47a09..01da5c933e 100644 --- a/package/celt051/celt051.mk +++ b/package/celt051/celt051.mk @@ -18,13 +18,13 @@ CELT051_DEPENDENCIES = libogg # if target is the same kind as host (ie. same arch, same bitness, # same endianness, so that /usr/lib contains libraries linkable by # our cross-compiler) -CELT051_CONF_OPTS = \ - --enable-fixed-point \ - --disable-fixed-point-debug \ +CELT051_CONF_OPTS = \ + --enable-fixed-point \ + --disable-fixed-point-debug \ --disable-experimental-postfilter \ - --disable-static-modes \ - --disable-assertions \ - --disable-oggtest \ + --disable-static-modes \ + --disable-assertions \ + --disable-oggtest \ --with-ogg=$(STAGING_DIR)/usr $(eval $(autotools-package)) |

