From 949ee974d72d654e922dd5bf75c9d678707ce875 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 30 Aug 2017 22:27:26 +0200 Subject: [PATCH] fix broken dependency in Makefile --- lib/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.inc b/lib/Makefile.inc index 7c762a738..e59bf8d51 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -22,7 +22,7 @@ SONAMES = villas villas-ext -LIBS = $(patsubst %, $(BUILDDIR)/lib%.so, $(SONAMES)) +LIBS = $(patsubst %, lib%, $(SONAMES)) LIB_CFLAGS = $(CFLAGS) -fPIC