Get rid of extraneous ""s

llvm-svn: 6416
This commit is contained in:
Chris Lattner 2003-05-29 20:40:32 +00:00
parent 6c81ebc97d
commit db34fb511d
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