From 2a548c5d5f47c50f7150c8b0dfd2bf1825d5170b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 16 Sep 2002 22:36:42 +0000 Subject: [PATCH] Comment line of the makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3770 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.common | 1 + Makefile.rules | 1 + 2 files changed, 2 insertions(+) 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