summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2009-10-24 12:37:26 -0700
committerWayne Davison <wayned@samba.org>2009-10-24 12:37:26 -0700
commit9ccc8f8bbb70c47e06fe56ceaa1f060005226d26 (patch)
tree1720c09a1e63c8cca513bf0fe631a0dd24d7e9eb /Makefile.in
parent217066780233f05c64bc75b3b0cc7f8512adcf9f (diff)
downloadrsync-9ccc8f8bbb70c47e06fe56ceaa1f060005226d26.tar.gz
rsync-9ccc8f8bbb70c47e06fe56ceaa1f060005226d26.tar.bz2
rsync-9ccc8f8bbb70c47e06fe56ceaa1f060005226d26.zip
Add a check30 target.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
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)