X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2a1874cc825b26aee70f602a702e61960349675a..277d99e8c9a87fd5e48499fcb16e572444baecb1:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 848d67dc..d4f69d01 100644 --- a/Makefile.in +++ b/Makefile.in @@ -161,7 +161,7 @@ check: all $(CHECK_PROGS) wildtest.o: wildtest.c lib/wildmatch.c rsync.h wildtest$(EXEEXT): wildtest.o - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.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,