From e0d9cc34be9d03f738d8bbe401f1da64e9856fb8 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Sun, 1 Jul 2018 08:59:00 -0500 Subject: [PATCH] Use addprefix to add -I --- andorApp/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/andorApp/src/Makefile b/andorApp/src/Makefile index 3c65abb..426db67 100755 --- a/andorApp/src/Makefile +++ b/andorApp/src/Makefile @@ -20,7 +20,7 @@ DBD += andorCCDSupport.dbd DBD += shamrockSupport.dbd ifdef XML2_INCLUDE - USR_INCLUDES += -I$(XML2_INCLUDE) + USR_INCLUDES += $(addprefix -I $(XML2_INCLUDE)) endif include $(ADCORE)/ADApp/commonLibraryMakefile