summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-16 22:36:42 +0000
committerChris Lattner <sabre@nondot.org>2002-09-16 22:36:42 +0000
commit2a548c5d5f47c50f7150c8b0dfd2bf1825d5170b (patch)
tree7d9aa4bf0641d424ae09ac743f081f87a59fd406 /Makefile.common
parentccb4ebd6d1248cc703a2e79af2ac5d7357c4039d (diff)
downloadllvm-2a548c5d5f47c50f7150c8b0dfd2bf1825d5170b.tar.gz
llvm-2a548c5d5f47c50f7150c8b0dfd2bf1825d5170b.tar.bz2
llvm-2a548c5d5f47c50f7150c8b0dfd2bf1825d5170b.tar.xz
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.common1
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