[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sat Dec 19 00:12:59 UTC 2015


The branch, master has been updated
       via  3623d94 Fix rule for out-of-tree builds. Fixes bug 11635.
      from  cbc42b9 Don't allow an empty flag name to --info & --debug.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 3623d94fe7fe04ebf05e4adefcb127e552b39bb6
Author: Wayne Davison <wayned at samba.org>
Date:   Fri Dec 18 16:09:58 2015 -0800

    Fix rule for out-of-tree builds.
    Fixes bug 11635.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/Makefile.in b/Makefile.in
index b041b2c..151247d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -144,7 +144,7 @@ gensend: gen
 conf:
 	cd $(srcdir) && $(MAKE) -f prepare-source.mak conf
 
-aclocal.m4: m4/*.m4
+aclocal.m4: $(srcdir)/m4/*.m4
 	aclocal -I $(srcdir)/m4
 
 configure.sh config.h.in: configure.ac aclocal.m4


-- 
The rsync repository.



More information about the rsync-cvs mailing list