diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2013-06-07 12:13:46 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-20 17:32:07 +0200 |
commit | 95442bb324bee72c5b1f20a7a06705c9731c21ce (patch) | |
tree | be72da1887acb3f846fe8aaa430871a2eb866123 /support | |
parent | 31d72937cf17e9e476e956986030e93f8fd2ce56 (diff) | |
download | buildroot-95442bb324bee72c5b1f20a7a06705c9731c21ce.tar.gz buildroot-95442bb324bee72c5b1f20a7a06705c9731c21ce.zip |
Normalize separator size to 80 in remaining makefiles
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'support')
-rw-r--r-- | support/dependencies/dependencies.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/support/dependencies/dependencies.mk b/support/dependencies/dependencies.mk index ebe743a658..c93dcb4206 100644 --- a/support/dependencies/dependencies.mk +++ b/support/dependencies/dependencies.mk @@ -1,9 +1,9 @@ -###################################################################### +################################################################################ # # Check buildroot dependencies and bail out if the user's # system is judged to be lacking.... # -###################################################################### +################################################################################ DEPENDENCIES_HOST_PREREQ:= @@ -35,10 +35,10 @@ dependencies-clean: dependencies-dirclean: true -############################################################# +################################################################################ # # Toplevel Makefile options # -############################################################# +################################################################################ .PHONY: dependencies core-dependencies |