From: Chris Lattner Date: Mon, 16 Sep 2002 22:36:42 +0000 (+0000) Subject: Comment line of the makefile X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2a548c5d5f47c50f7150c8b0dfd2bf1825d5170b;p=oota-llvm.git Comment line of the makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3770 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.common b/Makefile.common index f7cbf277007..cd21b40f422 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 f7cbf277007..cd21b40f422 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