svn commit: samba r14862 - in trunk/source: .

metze at samba.org metze at samba.org
Sun Apr 2 12:28:58 GMT 2006


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/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