diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 09:58:09 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 09:58:09 +0000 |
commit | 010834654a4bb7341da7bdf62bb84d7434c903ca (patch) | |
tree | d45df8a8f79d229f3f9bf8e2ce48e9eaa47ce9eb /runtime/GCCLibraries/libcurses/Makefile | |
parent | be0b356593c5d87c93e83250a99878878fc62c31 (diff) |
Standardize the makefiles with space around = to match the rest of LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18429 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GCCLibraries/libcurses/Makefile')
-rw-r--r-- | runtime/GCCLibraries/libcurses/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/GCCLibraries/libcurses/Makefile b/runtime/GCCLibraries/libcurses/Makefile index 09807c4a70..fd9c98856f 100644 --- a/runtime/GCCLibraries/libcurses/Makefile +++ b/runtime/GCCLibraries/libcurses/Makefile @@ -7,9 +7,9 @@ # ##===----------------------------------------------------------------------===## -LEVEL=../../.. -BYTECODE_LIBRARY=1 -DONT_BUILD_RELINKED=1 -LIBRARYNAME=curses +LEVEL = ../../.. +BYTECODE_LIBRARY = 1 +DONT_BUILD_RELINKED = 1 +LIBRARYNAME = curses include $(LEVEL)/Makefile.common |