summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorPaul Green <paulg@samba.org>2006-06-08 18:41:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:20 -0500
commitf5be3e12e2dc42a2092b71c9e4cab6f5d0ef8860 (patch)
tree7d5aea569bf0e91101387163366c96ccb9ecbe4f /source/Makefile.in
parent8759a00fedfe5d8d789c8b707c924d8116da1102 (diff)
downloadsamba-f5be3e12e2dc42a2092b71c9e4cab6f5d0ef8860.tar.gz
samba-f5be3e12e2dc42a2092b71c9e4cab6f5d0ef8860.tar.xz
samba-f5be3e12e2dc42a2092b71c9e4cab6f5d0ef8860.zip
r16103: Properly rebuild timelimit on systems with executable extensions.
Paul
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 55cafee5091..582ea752064 100644
--- a/source/Makefile.in
+++ b/source/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" \