X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4a440e4be84ea63535bd918a4b103467118d1965..5692657757a6c0e3ba60320719ef51af6f78c909:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 8dd7c983..826cf1f5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -240,6 +240,9 @@ check: all $(CHECK_PROGS) $(CHECK_SYMLINKS) check29: all $(CHECK_PROGS) $(CHECK_SYMLINKS) rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh --protocol=29 +check30: all $(CHECK_PROGS) $(CHECK_SYMLINKS) + rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh --protocol=30 + wildtest.o: wildtest.c lib/wildmatch.c rsync.h config.h wildtest$(EXEEXT): wildtest.o lib/compat.o lib/snprintf.o @BUILD_POPT@ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.o lib/compat.o lib/snprintf.o @BUILD_POPT@ $(LIBS)