mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Get rid of extraneous ""s
llvm-svn: 6416
This commit is contained in:
parent
58c7aaa0e5
commit
ff029041a5
@ -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…
x
Reference in New Issue
Block a user