[llvm-commits] CVS: llvm/Makefile.common
Chris Lattner
lattner at cs.uiuc.edu
Mon Sep 16 17:37:01 PDT 2002
Changes in directory llvm:
Makefile.common updated: 1.48 -> 1.49
---
Log message:
Comment line of the makefile
---
Diffs of the changes:
Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.48 llvm/Makefile.common:1.49
--- llvm/Makefile.common:1.48 Mon Sep 16 17:34:56 2002
+++ llvm/Makefile.common Mon Sep 16 17:36:42 2002
@@ -206,6 +206,7 @@
ifdef LIBRARYNAME
+# Make sure there isn't any extranous whitespace on the LIBRARYNAME option
LIBRARYNAME := $(strip $(LIBRARYNAME))
LIBNAME_O := $(LIBRELEASE)/lib$(LIBRARYNAME).so
More information about the llvm-commits
mailing list