From: Wayne Davison Date: Fri, 27 Apr 2007 13:52:07 +0000 (+0000) Subject: Added the $(CHECK_SYMLINKS) var to installcheck target. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/1acb8f511966f982400d79f5f27c0317a418a4b9 Added the $(CHECK_SYMLINKS) var to installcheck target. --- diff --git a/Makefile.in b/Makefile.in index f58896f3..383a509b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -174,7 +174,7 @@ testsuite/devices-fake.test: # check a version installed from a binary or some other source tree, # if you want. -installcheck: $(CHECK_PROGS) +installcheck: $(CHECK_PROGS) $(CHECK_SYMLINKS) POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin="$(bindir)/rsync$(EXEEXT)" srcdir="$(srcdir)" $(srcdir)/runtests.sh # TODO: Add 'dist' target; need to know which files will be included