git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c89c667
)
r26579: Fix the typo that breaks the code coverage build.
author
Jelmer Vernooij
<jelmer@samba.org>
Mon, 24 Dec 2007 06:35:40 +0000
(
00:35
-0600)
committer
Stefan Metzmacher
<metze@samba.org>
Mon, 24 Dec 2007 07:51:06 +0000
(
01:51
-0600)
source/torture/config.mk
patch
|
blob
|
history
diff --git
a/source/torture/config.mk
b/source/torture/config.mk
index e9171d5330a427327360bc803ddf4a49f0ec3f57..dd0ca83f7d962e450ac78401a5d17b6a5de5d4a2 100644
(file)
--- a/
source/torture/config.mk
+++ b/
source/torture/config.mk
@@
-378,7
+378,7
@@
COV_VARS = \
SHLD_FLAGS="$(SHLD_FLAGS) $(GCOV_LDFLAGS)" \
MDLD_FLAGS="$(MDLD_FLAGS) $(GCOV_LDFLAGS)" \
HOSTCC_FLAGS="$(HOSTCC_FLAGS) $(GCOV_CFLAGS)" \
- HOSTLD_FLAGS="$(HOSTLD_FLAGS) $(GCOV_LDLAGS)"
+ HOSTLD_FLAGS="$(HOSTLD_FLAGS) $(GCOV_LD
F
LAGS)"
test_cov:
@$(MAKE) $(COV_TARGET) $(COV_VARS)