From 37f3ce61bbc464d6c95978590469e9c71f7b535f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 5 Jul 2003 18:55:09 +0000 Subject: [PATCH] Another change to the wildtest rule to make it more portable. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 9495c824..4d1fdcc0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -160,7 +160,7 @@ check: all $(CHECK_PROGS) POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync$(EXEEXT) srcdir="$(srcdir)" $(srcdir)/runtests.sh wildtest$(EXEEXT): wildtest.o - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.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, -- 2.34.1