diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 22:24:36 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 22:24:36 +0000 |
commit | 4763e69bec94ffb17d26958e4565808438fa979a (patch) | |
tree | 262a79bdddf4c97f7e953d138d3ed323611e15d6 /Makefile | |
parent | cc9b534a06add57598b53578ba9ba8460fd61e0b (diff) | |
download | s6-dns-4763e69bec94ffb17d26958e4565808438fa979a.tar.xz |
Fix update/global-links dependencies
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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/% |