If ignore_perishable is set, increment a count of all excluded
[rsync/rsync.git] / Makefile.in
index 7eb0140..69b6db4 100644 (file)
@@ -56,7 +56,7 @@ CHECK_OBJS=getgroups.o getfsdev.o t_stub.o t_unsafe.o trimslash.o wildtest.o
        $(CC) -I. -I$(srcdir) $(CFLAGS) $(CPPFLAGS) -c $< @CC_SHOBJ_FLAG@
 @OBJ_RESTORE@
 
-all: proto rsync$(EXEEXT)
+all: rsync$(EXEEXT)
 
 install: all
        -mkdir -p ${DESTDIR}${bindir}
@@ -102,11 +102,6 @@ proto:
 
 clean: cleantests
        rm -f *~ $(OBJS) $(TLS_OBJ) $(CHECK_PROGS) $(CHECK_OBJS)
-       cd $(srcdir)
-       [ -f acls.c ] && patch -p1 -R <patches/acls.diff || true
-       rm -f *.orig *.rej */*.orig */*.rej
-       $(MAKE) -f prepare-source.mak proto.h
-       rm -f lib/sysacls.c lib/sysacls.h smb_acls.h acls.c
 
 cleantests:
        rm -rf ./testtmp*
@@ -151,8 +146,8 @@ check: all $(CHECK_PROGS)
        rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh
 
 wildtest.o: wildtest.c lib/wildmatch.c rsync.h
-wildtest$(EXEEXT): wildtest.o lib/compat.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.o lib/compat.o @BUILD_POPT@ $(LIBS)
+wildtest$(EXEEXT): wildtest.o lib/compat.o lib/snprintf.o
+       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.o lib/compat.o lib/snprintf.o @BUILD_POPT@ $(LIBS)
 
 # This does *not* depend on building or installing: you can use it to
 # check a version installed from a binary or some other source tree,