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 /Makefile.common | |
parent | ccb4ebd6d1248cc703a2e79af2ac5d7357c4039d (diff) |
Comment line of the makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3770 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index f7cbf27700..cd21b40f42 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 |