summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 67ca17f204..b5c4c9c9dc 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -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