mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-09-20 09:10:44 -04:00
Fix rule for out-of-tree builds.
Fixes bug 11635.
This commit is contained in:
1 parent
cbc42b9c16
commit
3623d94fe7
1 file changed
+1
-1
+1
-1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user