diff options
author | 2013-07-20 08:52:43 +0200 | |
---|---|---|
committer | 2013-07-20 21:13:57 +0200 | |
commit | e0d9d33cc220159bd238bdbab1f32fca1e842e05 (patch) | |
tree | 62c9690686f55b7bb431f414932289d03eaf65ae /support | |
parent | 4b23af70216b24be35378d9aee7c271790525728 (diff) | |
download | buildroot-e0d9d33cc220159bd238bdbab1f32fca1e842e05.tar.gz buildroot-e0d9d33cc220159bd238bdbab1f32fca1e842e05.tar.bz2 |
fix white spaces
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'support')
-rw-r--r-- | support/dependencies/dependencies.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/dependencies/dependencies.mk b/support/dependencies/dependencies.mk index c93dcb4206..a2d229c957 100644 --- a/support/dependencies/dependencies.mk +++ b/support/dependencies/dependencies.mk @@ -5,7 +5,7 @@ # ################################################################################ -DEPENDENCIES_HOST_PREREQ:= +DEPENDENCIES_HOST_PREREQ := # suitable-host-pkg: calls check-host-$(1).sh shell script. Parameter (2) # can be the candidate to be checked. If not present, the check-host-$(1).sh |