From: Wayne Davison Date: Sat, 5 Jul 2003 18:46:02 +0000 (+0000) Subject: Changed the build rule for wildtest. X-Git-Tag: v2.5.7~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e37d8229f5de9398b6823d0076818bc9409cccf2;p=thirdparty%2Frsync.git Changed the build rule for wildtest. --- diff --git a/Makefile.in b/Makefile.in index edf4f140..9495c824 100644 --- a/Makefile.in +++ b/Makefile.in @@ -159,9 +159,8 @@ test: check check: all $(CHECK_PROGS) POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync$(EXEEXT) srcdir="$(srcdir)" $(srcdir)/runtests.sh -WILDTEST_OBJ = wildtest.o lib/wildmatch.o -wildtest$(EXEEXT): $(WILDTEST_OBJ) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(WILDTEST_OBJ) +wildtest$(EXEEXT): wildtest.o + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(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,