From: Ralf Treinen <treinen@debian.org>
Date: Tue, 3 Sep 2019 16:23:22 +0200
Subject: fix Makefile in doc/examples/test-example (use installed hlins

 instead of the one in a build-directory)
---
 doc/examples/test-examples/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/examples/test-examples/Makefile b/doc/examples/test-examples/Makefile
index 1e22e95..8bf08f4 100644
--- a/doc/examples/test-examples/Makefile
+++ b/doc/examples/test-examples/Makefile
@@ -1,11 +1,11 @@
-HLINS=../../../source/hlins
+HLINS=hlins
 
 all: test1.out test2.out
 
-test1.out: $(HLINS) directors.db test1.in
+test1.out: directors.db test1.in
 	$(HLINS) -db directors.db -o test1.out test1.in
 
-test2.out: $(HLINS) test2.db test2.in
+test2.out: test2.db test2.in
 	$(HLINS) -db test2.db -o test2.out test2.in
 
 clean:
