mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
Get rid of extraneous ""s
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6416 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
faf4cc2da0
commit
f977143120
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user