From f43b20d63825b48c99d2b113d4cdce38a3e57460 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 14 Mar 2016 22:22:53 +0000 Subject: Fix update/global-links dependencies --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7fdfffd..69696cd 100644 --- a/Makefile +++ b/Makefile @@ -84,9 +84,11 @@ install-include: $(ALL_INCLUDES:src/include/$(package)/%.h=$(DESTDIR)$(includedi ifneq ($(exthome),) -update: +$(DESTDIR)$(exthome): $(home) exec $(INSTALL) -l $(notdir $(home)) $(DESTDIR)$(exthome) +update: $(DESTDIR)$(exthome) + global-links: $(DESTDIR)$(exthome) $(SHARED_LIBS:lib%.so.xyzzy=$(DESTDIR)$(sproot)/library.so/lib%.so.$(version_M)) $(DESTDIR)$(sproot)/library.so/lib%.so.$(version_M): $(DESTDIR)$(home)/library.so/lib%.so.$(version_M) -- cgit v1.2.3