Author: metze
Date: 2006-04-02 12:28:57 +0000 (Sun, 02 Apr 2006)
New Revision: 14862

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

Log:
try to make the generation of bin/timelimit more portable

jerry: can you test that please

metze
Modified:
   trunk/source/Makefile.in


Changeset:
Modified: trunk/source/Makefile.in
===================================================================
--- trunk/source/Makefile.in    2006-04-02 12:24:43 UTC (rev 14861)
+++ trunk/source/Makefile.in    2006-04-02 12:28:57 UTC (rev 14862)
@@ -1424,8 +1424,9 @@
 bin/[EMAIL PROTECTED]@: lib/snprintf.c
        $(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) -DTEST_SNPRINTF 
lib/snprintf.c -lm
 
-bin/[EMAIL PROTECTED]@: script/tests/timelimit.c
-       $(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) script/tests/timelimit.c
+bin/[EMAIL PROTECTED]@: script/tests/timelimit.o
+       @echo Linking $@
+       @$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) script/tests/timelimit.o
 
 install: installservers installbin @INSTALL_CIFSMOUNT@ installman 
installscripts installdat installswat installmodules @INSTALL_LIBSMBCLIENT@ 
@INSTALL_LIBMSRPC@ @INSTALL_PAM_MODULES@
 

Reply via email to