From b7eaff26dc71a4ecf54ab07674c9b4c4b0273544 Mon Sep 17 00:00:00 2001 From: Paul Green Date: Thu, 8 Jun 2006 18:41:15 +0000 Subject: r16103: Properly rebuild timelimit on systems with executable extensions. Paul (This used to be commit f5be3e12e2dc42a2092b71c9e4cab6f5d0ef8860) --- source3/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 55cafee509..582ea75206 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -806,6 +806,8 @@ eventlogadm: SHOWFLAGS bin/eventlogadm@EXEEXT@ talloctort : SHOWFLAGS bin/talloctort@EXEEXT@ +timelimit : SHOWFLAGS bin/timelimit@EXEEXT@ + nsswitch : SHOWFLAGS bin/winbindd@EXEEXT@ bin/wbinfo@EXEEXT@ @WINBIND_NSS@ \ @WINBIND_WINS_NSS@ bin/pam_winbind.@SHLIBEXT@ @@ -1733,11 +1735,11 @@ test_pam_modules: pam_modules ## ## Targets for 'make test' ## -test: all torture bin/timelimit +test: all torture timelimit @echo Running Test suite @sh ./script/tests/selftest.sh ${selftest_prefix}/st all "${smbtorture4_path}" -valgrindtest: all torture bin/timelimit +valgrindtest: all torture timelimit @echo Running Test suite with valgrind @NMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \ SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \ -- cgit