From f81bf47d1c3dcb69ec1f2be6f24f2b7fd9737111 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Thu, 29 Aug 2019 14:27:12 +0530 Subject: build: Fix libglusterd Makefile target * Fix libglusterd.la target path in cli/src/Makefile.am * Like libglusterfs, libgfxdr and libgfrpc, libglusterd is also expected to be ready by the time xlators/mgmt/glusterd sources are compiled. Therefore this change removes the additional mentioning of libglusterd.la target in Makefile.am Change-Id: I1b787316cfb6cd7487f49e661490b9788a0b80b3 Updates: bz#1193929 Signed-off-by: Anoop C S --- cli/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/src/Makefile.am b/cli/src/Makefile.am index cfbfca450c5..1e27edd9054 100644 --- a/cli/src/Makefile.am +++ b/cli/src/Makefile.am @@ -29,7 +29,7 @@ CLEANFILES = $(top_builddir)/libglusterfs/src/libglusterfs.la: $(MAKE) -C $(top_builddir)/libglusterfs/src/ all -$(top_builddir)/libglusterfs/src/libglusterd.la: +$(top_builddir)/libglusterd/src/libglusterd.la: $(MAKE) -C $(top_builddir)/libglusterd/src/ all install-data-hook: -- cgit