X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9c3c30e5c7cdeaa9fb658f8c1e649e04bb491f55..5abe03d6e87fd6e66d86c6ae1cd2bc6058de0150:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 11d1a74f..ecbb1b42 100644 --- a/Makefile.in +++ b/Makefile.in @@ -143,7 +143,7 @@ test: check # might lose in the future where POSIX diverges from old sh. check: all $(CHECK_PROGS) - POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync$(EXEEXT) srcdir="$(srcdir)" $(srcdir)/runtests.sh + rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh wildtest.o: wildtest.c lib/wildmatch.c rsync.h wildtest$(EXEEXT): wildtest.o lib/compat.o