From a7d4912fcf7b7071eb3013b4b774512e5aa5d75a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 2 Apr 2006 12:29:13 +0000 Subject: [PATCH] r14863: try to make the generation of bin/timelimit more portable jerry: can you test that please metze (This used to be commit aa76c2edee17a023ee49f9b960a79df402f785ea) --- source3/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 7d37fa5e5d1..f7aba689ff3 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1395,8 +1395,9 @@ bin/t_push_ucs2@EXEEXT@: bin/libbigballofmud.@SHLIBEXT@ torture/t_push_ucs2.o bin/t_snprintf@EXEEXT@: lib/snprintf.c $(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) -DTEST_SNPRINTF lib/snprintf.c -lm -bin/timelimit@EXEEXT@: script/tests/timelimit.c - $(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) script/tests/timelimit.c +bin/timelimit@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@ -- 2.11.4.GIT