diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 22:26:51 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 22:26:51 +0000 |
commit | f71780afd22accdb2264b7ed6662c5be64407c6d (patch) | |
tree | 33a730a5667e1a30ac2bfa88d36955303ca4eb2b /Makefile | |
parent | 441f56ee345634dd7ddd6b3da3adc46375c3f307 (diff) | |
download | s6-networking-f71780afd22accdb2264b7ed6662c5be64407c6d.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/% |