Comment line of the makefile

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3770 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-09-16 22:36:42 +00:00
parent ccb4ebd6d1
commit 2a548c5d5f
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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