Standardize the format of the runtime libraries makefiles.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 2 Dec 2004 09:31:40 +0000 (09:31 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 2 Dec 2004 09:31:40 +0000 (09:31 +0000)
commit8aa9a8ca989c9e5c14e278550f17521a35a781cb
treef586193b2bf727af17b7f090dfc9b9b158887ebd
parentf5b709854f79054c218cb9cb0036a1eeae7deeb3
Standardize the format of the runtime libraries makefiles.
* Don't have lines longer than 80 cols
* Blank line after the header
* Reduce spaces in var definitions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18427 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
runtime/GCCLibraries/libcurses/Makefile
runtime/GCCLibraries/libgcc/Makefile
runtime/GCCLibraries/libgdbm/Makefile
runtime/GCCLibraries/libm/Makefile
runtime/GCCLibraries/libmalloc/Makefile
runtime/GCCLibraries/libpthread/Makefile
runtime/GCCLibraries/libtermcap/Makefile
runtime/GCCLibraries/libucb/Makefile
runtime/GCCLibraries/libutempter/Makefile
runtime/GCCLibraries/libutil/Makefile
runtime/libprofile/Makefile
runtime/libtrace/Makefile