aboutsummaryrefslogtreecommitdiff
path: root/ccan/Makefile.check
diff options
context:
space:
mode:
Diffstat (limited to 'ccan/Makefile.check')
-rw-r--r--ccan/Makefile.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccan/Makefile.check b/ccan/Makefile.check
index 2bc1f1d..a596766 100644
--- a/ccan/Makefile.check
+++ b/ccan/Makefile.check
@@ -28,7 +28,7 @@ $(CCAN_TEST) : % : %.c
$(call Q, HOSTCC ,$(HOSTCC) $(HOSTCFLAGS) -O0 -g -I . -Iccan/ -o $@ $<,$<)
$(CCAN_TEST:%=%-gcov): %-gcov : %.c
- $(call Q, HOSTCC , (cd $(dir $<); $(HOSTCC) $(HOSTCFLAGS) -fprofile-arcs -ftest-coverage -O0 -g -I $(shell pwd) -I$(shell pwd)/./ccan/ -pg -o $(notdir $@) $(notdir $<) ), $<)
+ $(call Q, HOSTCC , (cd $(dir $<); $(HOSTCC) $(HOSTCFLAGS) $(HOSTGCOVCFLAGS) -I $(shell pwd) -I$(shell pwd)/./ccan/ -o $(notdir $@) $(notdir $<) ), $<)
-include $(wildcard ccan/*/test/*.d)