missing comma in addprefix function

USR_INCLUDES += $(addprefix -I, $(XML2_INCLUDE))
This commit is contained in:
JerryJia
2018-08-04 02:51:52 +08:00
committed by GitHub
parent 7924393d04
commit a0860fed15

View File

@@ -20,7 +20,7 @@ DBD += andorCCDSupport.dbd
DBD += shamrockSupport.dbd
ifdef XML2_INCLUDE
USR_INCLUDES += $(addprefix -I $(XML2_INCLUDE))
USR_INCLUDES += $(addprefix -I, $(XML2_INCLUDE))
endif
include $(ADCORE)/ADApp/commonLibraryMakefile