From 277d99e8c9a87fd5e48499fcb16e572444baecb1 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 5 Jul 2003 19:14:10 +0000 Subject: [PATCH] A wildtest change to handle someone using the included popt lib. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1