From: Wayne Davison Date: Sat, 5 Jul 2003 18:55:09 +0000 (+0000) Subject: Another change to the wildtest rule to make it more portable. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/37f3ce61bbc464d6c95978590469e9c71f7b535f Another change to the wildtest rule to make it more portable. --- 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,