diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-13 21:42:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:21 -0500 |
commit | 470ba9434a3f10f8a53bacaac89204700adb89c4 (patch) | |
tree | 680abc6eef1ce17a7e40fbb628192e6d8f0893b0 /source4/torture | |
parent | 085aac2e01f1f921a4b2d415872f5b8df3eb6635 (diff) | |
download | samba-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')
-rw-r--r-- | source4/torture/config.mk | 2 |
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 |