[llvm-commits] CVS: llvm/Makefile.common
Chris Lattner
lattner at cs.uiuc.edu
Thu May 29 15:41:01 PDT 2003
Changes in directory llvm:
Makefile.common updated: 1.84 -> 1.85
---
Log message:
Get rid of extraneous ""s
---
Diffs of the changes:
Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.84 llvm/Makefile.common:1.85
--- llvm/Makefile.common:1.84 Thu May 29 15:09:23 2003
+++ llvm/Makefile.common Thu May 29 15:40:32 2003
@@ -163,7 +163,7 @@
#if PROJDIR is defined then we include PROJ DIR includes and libraries
ifndef PROJ_COMPILE
-PROJ_INCLUDE = "."
+PROJ_INCLUDE = .
else
PROJ_INCLUDE = $(PROJ_DIR)/include
endif
More information about the llvm-commits
mailing list