diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 22:23:30 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 22:23:30 +0000 |
commit | 6831400be81aab7b11585e4547a5d899fe66e965 (patch) | |
tree | 155ad4e5c348a8e4e7b717e02d038fef8ec12977 /Makefile | |
parent | fac9d421734cfa5a4d2dd115366619e6bb42eebe (diff) | |
download | execline-6831400be81aab7b11585e4547a5d899fe66e965.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/% |