svn commit: samba r14863 - in branches/SAMBA_3_0/source: .

metze at samba.org metze at samba.org
Sun Apr 2 12:29:19 GMT 2006


Author: metze
Date: 2006-04-02 12:29:13 +0000 (Sun, 02 Apr 2006)
New Revision: 14863

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

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

jerry: can you test that please

metze
Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-04-02 12:28:57 UTC (rev 14862)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-04-02 12:29:13 UTC (rev 14863)
@@ -1395,8 +1395,9 @@
 bin/t_snprintf at EXEEXT@: lib/snprintf.c
 	$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) -DTEST_SNPRINTF lib/snprintf.c -lm
 
-bin/timelimit at EXEEXT@: script/tests/timelimit.c
-	$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) script/tests/timelimit.c
+bin/timelimit at EXEEXT@: 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@
 



More information about the samba-cvs mailing list