From 1acb8f511966f982400d79f5f27c0317a418a4b9 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 27 Apr 2007 13:52:07 +0000 Subject: [PATCH] Added the $(CHECK_SYMLINKS) var to installcheck target. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1