From: Wayne Davison Date: Sat, 5 Jul 2003 19:14:10 +0000 (+0000) Subject: A wildtest change to handle someone using the included popt lib. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/277d99e8c9a87fd5e48499fcb16e572444baecb1 A wildtest change to handle someone using the included popt lib. --- 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,