diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-10-25 20:29:31 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-10-26 05:47:05 +0100 |
commit | 1769933d98cc4891df571453f0380a4aef5aefcc (patch) | |
tree | 41154f90c4b343f3c693e439665922adaa36e29e /package/Makefile.in | |
parent | 28a0054bea79eafc0caa70c2364a15113af03f6e (diff) |
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r-- | package/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile.in b/package/Makefile.in index 7c929ef4c..ff2ee2d4a 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -32,7 +32,7 @@ $(error BR2_TOOLCHAIN_BUILDROOT_VENDOR is not allowed to be empty) endif ifeq ($(TARGET_VENDOR),unknown) $(error BR2_TOOLCHAIN_BUILDROOT_VENDOR cannot be 'unknown'. \ - It might be confused with the native toolchain) + It might be confused with the native toolchain) endif # Compute GNU_TARGET_NAME |