From f9771431200f92f95c2f159422bcfae3d8e34b2f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 29 May 2003 20:40:32 +0000 Subject: Get rid of extraneous ""s git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6416 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 67ca17f204..b5c4c9c9dc 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 -- cgit v1.2.3