summaryrefslogtreecommitdiffstats
path: root/source/torture/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-13 21:42:03 +0000
committerJelmer Vernooij <jelmer@samba.org>2005-12-13 21:42:03 +0000
commit3cd0be390e8f6120651ff943a3c6a1056b833922 (patch)
treea71a7d8ee72e2609713b4610d6f7fa3d3e196f31 /source/torture/config.mk
parent5a6dae9e6b9f6da7afddde4d883955f65885e8ea (diff)
downloadsamba-3cd0be390e8f6120651ff943a3c6a1056b833922.tar.gz
samba-3cd0be390e8f6120651ff943a3c6a1056b833922.tar.xz
samba-3cd0be390e8f6120651ff943a3c6a1056b833922.zip
r12219: Use some more common functions
Diffstat (limited to 'source/torture/config.mk')
-rw-r--r--source/torture/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/torture/config.mk b/source/torture/config.mk
index 2c7e697b56e..41d17073b7e 100644
--- a/source/torture/config.mk
+++ b/source/torture/config.mk
@@ -281,6 +281,6 @@ gcov:
CFLAGS="$(CFLAGS) $(GCOV_FLAGS)" \
LD_FLAGS="$(LD_FLAGS) $(GCOV_FLAGS)" \
LIBS="$(LIBS) $(GCOV_LIBS)"
- for I in $(sort $(dir $(_ALL_OBJS_OBJS))); \
+ for I in $(sort $(dir $(_ALL_OBJS_OBJ_LIST))); \
do $(GCOV) -p -o $$I $$I/*.c; \
done