use single quotes for the dehydra args, because other code double-quotes these and things get really confused... static-analysis only bustage fix

This commit is contained in:
Benjamin Smedberg 2008-10-24 16:26:43 -04:00
parent e66cb1359f
commit 00829d15bb

View File

@ -515,7 +515,7 @@ DEHYDRA_ARGS = \
--treehydra-modules=$(subst $(NULL) ,$(COMMA),$(strip $(TREEHYDRA_MODULES))) \
$(NULL)
DEHYDRA_FLAGS = -fplugin=$(DEHYDRA_PATH) -fplugin-arg="$(DEHYDRA_SCRIPT) $(DEHYDRA_ARGS)"
DEHYDRA_FLAGS = -fplugin=$(DEHYDRA_PATH) -fplugin-arg='$(DEHYDRA_SCRIPT) $(DEHYDRA_ARGS)'
ifdef DEHYDRA_PATH
OS_CXXFLAGS += $(DEHYDRA_FLAGS)