]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Get rid of extraneous ""s
authorChris Lattner <sabre@nondot.org>
Thu, 29 May 2003 20:40:32 +0000 (20:40 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 29 May 2003 20:40:32 +0000 (20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6416 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index 67ca17f20447b022bcb02585ca7a0edcf9f9da46..b5c4c9c9dcfb6db2ebdf9841f1fef9f795db84d4 100644 (file)
@@ -163,7 +163,7 @@ endif
 
 #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 
index 67ca17f20447b022bcb02585ca7a0edcf9f9da46..b5c4c9c9dcfb6db2ebdf9841f1fef9f795db84d4 100644 (file)
@@ -163,7 +163,7 @@ endif
 
 #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