1
0
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:
Chris Lattner 2003-05-29 20:40:32 +00:00
parent 58c7aaa0e5
commit ff029041a5
2 changed files with 2 additions and 2 deletions

View 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

View 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