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:
Chris Lattner 2003-05-29 20:40:32 +00:00
parent faf4cc2da0
commit f977143120
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