X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a4772a4dbca5db5082b35882aae7cdbe0dbb8e83..3459d319d1ea16c51937ec5e2046a48d8f54050c:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 15e788eb..7e3df792 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,7 +17,6 @@ srcdir=@srcdir@ VPATH=$(srcdir) SHELL=/bin/sh - .SUFFIXES: .SUFFIXES: .c .o @@ -93,4 +92,4 @@ finddead: test: check check: - rsync_bin=`pwd`/rsync testdir=$(srcdir)/testsuite $(srcdir)/testsuite/master.test + rsync_bin=`pwd`/rsync srcdir="$(srcdir)" testdir=`pwd`/testdir $(srcdir)/testsuite/master.test