From 4b1ac83aa6f8d13310163cadd15c7ee3b26ae7ae Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 6 Apr 2016 21:26:38 -0400 Subject: [PATCH] build: Make tests/libreaddir-rand.so rule use AM_V_GEN So non-verbose builds don't have a verbose rule smack in the middle. Closes: #241 Approved by: giuseppe --- Makefile-tests.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile-tests.am b/Makefile-tests.am index 4bf12ce8..c8e201ba 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -222,9 +222,9 @@ EXTRA_DIST += \ tests/gpg-verify-data/trustdb.gpg \ tests/gpg-verify-data/gpg.conf -tests-libreaddir-rand-so-symlink: - ln -fns ../.libs/libreaddir-rand.so tests -ALL_LOCAL_RULES += tests-libreaddir-rand-so-symlink +tests/libreaddir-rand.so: Makefile + $(AM_V_GEN) ln -fns ../.libs/libreaddir-rand.so tests +ALL_LOCAL_RULES += tests/libreaddir-rand.so # Unfortunately the glib test data APIs don't actually handle # non-recursive Automake, so we change our code to canonically look