Another change to the wildtest rule to make it more portable.
authorWayne Davison <wayned@samba.org>
Sat, 5 Jul 2003 18:55:09 +0000 (18:55 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 5 Jul 2003 18:55:09 +0000 (18:55 +0000)
Makefile.in

index 9495c82..4d1fdcc 100644 (file)
@@ -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,