X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c55b39afadb95fde35bbe70dab6b948f232ea956..3a5a7de6c91a1943f2a264a1606450e3a7f0c295:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 3dbb4246..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,13 +100,7 @@ man: proto: cd $(srcdir) && $(MAKE) -f prepare-source.mak proto.h -unpatch: - test -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 - rm -f $(srcdir)/testsuite/default-acls.test $(srcdir)/testsuite/acls.test - -clean: unpatch proto cleantests +clean: cleantests rm -f *~ $(OBJS) $(TLS_OBJ) $(CHECK_PROGS) $(CHECK_OBJS) cleantests: @@ -152,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,