diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-29 20:40:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-29 20:40:32 +0000 |
commit | f9771431200f92f95c2f159422bcfae3d8e34b2f (patch) | |
tree | c94cd96555a0814b75badda04355907ac62ebe3e /Makefile.common | |
parent | faf4cc2da072a1e90c75c711d3a563bf9726a1e6 (diff) |
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.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 67ca17f204..b5c4c9c9dc 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 |