Use addprefix to add -I

This commit is contained in:
Mark Rivers
2018-07-01 08:59:00 -05:00
parent ee3a307bf4
commit e0d9cc34be

View File

@@ -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