Author: paulg
Date: 2006-06-08 18:40:24 +0000 (Thu, 08 Jun 2006)
New Revision: 16102

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16102

Log:
Properly rebuild timelimit on systems with executable extensions.

Paul


Modified:
   trunk/source/Makefile.in


Changeset:
Modified: trunk/source/Makefile.in
===================================================================
--- trunk/source/Makefile.in    2006-06-08 16:10:02 UTC (rev 16101)
+++ trunk/source/Makefile.in    2006-06-08 18:40:24 UTC (rev 16102)
@@ -828,6 +828,8 @@
 
 talloctort : SHOWFLAGS bin/[EMAIL PROTECTED]@
 
+timelimit : SHOWFLAGS bin/[EMAIL PROTECTED]@
+
 nsswitch : SHOWFLAGS bin/[EMAIL PROTECTED]@ bin/[EMAIL PROTECTED]@ 
@WINBIND_NSS@ \
        @WINBIND_WINS_NSS@ bin/[EMAIL PROTECTED]@
 
@@ -1778,11 +1780,11 @@
 ##
 ## 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" \

Reply via email to