X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e37d8229f5de9398b6823d0076818bc9409cccf2..16417f8b9d1947f4efbe540ee6983feba2ebc21c:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 9495c824..d4f69d01 100644 --- a/Makefile.in +++ b/Makefile.in @@ -159,8 +159,9 @@ test: check 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 $@ $< $(LIBS) + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.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,