diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-16 22:36:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-16 22:36:42 +0000 |
commit | 2a548c5d5f47c50f7150c8b0dfd2bf1825d5170b (patch) | |
tree | 7d9aa4bf0641d424ae09ac743f081f87a59fd406 | |
parent | ccb4ebd6d1248cc703a2e79af2ac5d7357c4039d (diff) | |
download | external_llvm-2a548c5d5f47c50f7150c8b0dfd2bf1825d5170b.zip external_llvm-2a548c5d5f47c50f7150c8b0dfd2bf1825d5170b.tar.gz external_llvm-2a548c5d5f47c50f7150c8b0dfd2bf1825d5170b.tar.bz2 |
Comment line of the makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3770 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.common | 1 | ||||
-rw-r--r-- | Makefile.rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index f7cbf27..cd21b40 100644 --- a/Makefile.common +++ b/Makefile.common @@ -206,6 +206,7 @@ endif ifdef LIBRARYNAME +# Make sure there isn't any extranous whitespace on the LIBRARYNAME option LIBRARYNAME := $(strip $(LIBRARYNAME)) LIBNAME_O := $(LIBRELEASE)/lib$(LIBRARYNAME).so diff --git a/Makefile.rules b/Makefile.rules index f7cbf27..cd21b40 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -206,6 +206,7 @@ endif ifdef LIBRARYNAME +# Make sure there isn't any extranous whitespace on the LIBRARYNAME option LIBRARYNAME := $(strip $(LIBRARYNAME)) LIBNAME_O := $(LIBRELEASE)/lib$(LIBRARYNAME).so |