X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/590eb6c02d56bd1d0869d26587c540935a4f596e..d5833800a8d14bf8b57002e837ce69f3adbae694:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 7d729c16..69b6db49 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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} @@ -100,12 +100,7 @@ man: proto: cd $(srcdir) && $(MAKE) -f prepare-source.mak proto.h -unpatch: - [ -f $(srcdir)/acls.c ] && patch -d $(srcdir) -p1 -R <$(srcdir)/patches/acls.diff || true - rm -f $(srcdir)/lib/sysacls.? $(srcdir)/smb_acls.h $(srcdir)/acls.c - rm -f $(srcdir)/*.orig $(srcdir)/*.rej $(srcdir)/*/*.orig $(srcdir)/*/*.rej - -clean: unpatch proto cleantests +clean: cleantests rm -f *~ $(OBJS) $(TLS_OBJ) $(CHECK_PROGS) $(CHECK_OBJS) cleantests: @@ -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,