From 470ba9434a3f10f8a53bacaac89204700adb89c4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 13 Dec 2005 21:42:03 +0000 Subject: r12219: Use some more common functions (This used to be commit 57ea480c24ff914dfa6cbc5a309020b21fa4af39) --- source4/torture/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/config.mk') 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 -- cgit