X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0582cdae8dfedc0435dc24de4040509307b4287a..fa3e4a0548699ccaac41df2428fe1ad9d3659435:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 2e2f1cad..7cea6014 100644 --- a/Makefile.in +++ b/Makefile.in @@ -160,8 +160,8 @@ check: all $(CHECK_PROGS) POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync$(EXEEXT) srcdir="$(srcdir)" $(srcdir)/runtests.sh wildtest.o: wildtest.c lib/wildmatch.c rsync.h -wildtest$(EXEEXT): wildtest.o - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.o @BUILD_POPT@ $(LIBS) +wildtest$(EXEEXT): wildtest.o lib/compat.o + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.o lib/compat.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,