summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-29 20:40:32 +0000
committerChris Lattner <sabre@nondot.org>2003-05-29 20:40:32 +0000
commitf9771431200f92f95c2f159422bcfae3d8e34b2f (patch)
treec94cd96555a0814b75badda04355907ac62ebe3e /Makefile.rules
parentfaf4cc2da072a1e90c75c711d3a563bf9726a1e6 (diff)
downloadllvm-f9771431200f92f95c2f159422bcfae3d8e34b2f.tar.gz
llvm-f9771431200f92f95c2f159422bcfae3d8e34b2f.tar.bz2
llvm-f9771431200f92f95c2f159422bcfae3d8e34b2f.tar.xz
Get rid of extraneous ""s
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 67ca17f204..b5c4c9c9dc 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -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