summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-13 21:42:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:21 -0500
commit470ba9434a3f10f8a53bacaac89204700adb89c4 (patch)
tree680abc6eef1ce17a7e40fbb628192e6d8f0893b0 /source4/torture/config.mk
parent085aac2e01f1f921a4b2d415872f5b8df3eb6635 (diff)
downloadsamba-470ba9434a3f10f8a53bacaac89204700adb89c4.tar.gz
samba-470ba9434a3f10f8a53bacaac89204700adb89c4.tar.bz2
samba-470ba9434a3f10f8a53bacaac89204700adb89c4.zip
r12219: Use some more common functions
(This used to be commit 57ea480c24ff914dfa6cbc5a309020b21fa4af39)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r--source4/torture/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 2c7e697b56..41d17073b7 100644
--- a/source4/torture/config.mk
+++ b/source4/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