summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-03-14 22:26:41 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-03-14 22:26:41 +0000
commit7242fc8c236585f80a66e83c7b612e96c81b3381 (patch)
tree7b04aeb482f0878e03dd0bbc1aeb777cf41e1b44
parent10bb0e481ca4790ed5e08689aa20036d3207b7f7 (diff)
downloads6-linux-utils-7242fc8c236585f80a66e83c7b612e96c81b3381.tar.xz
Fix update/global-links dependencies
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5b8657..403f6d4 100644
--- a/Makefile
+++ b/Makefile
@@ -89,9 +89,11 @@ install-data: $(ALL_DATA:src/etc/%=$(DESTDIR)$(datadir)/%)
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)) $(BIN_TARGETS:%=$(DESTDIR)$(sproot)/command/%) $(SBIN_TARGETS:%=$(DESTDIR)$(sproot)/command/%)
$(DESTDIR)$(sproot)/command/%: $(DESTDIR)$(home)/command/%