diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 22:23:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 22:23:55 +0000 |
commit | b386c53db2d376f3bd12f1ffd78edfd02f0b8ca2 (patch) | |
tree | d6426c5c8b57371b10c67e89f07ae876d427b1ca | |
parent | ebd7090679b884302a1e210145f28c1e7865d1e3 (diff) | |
download | s6-b386c53db2d376f3bd12f1ffd78edfd02f0b8ca2.tar.xz |
Fix update/global-links dependencies
-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/% |