summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-10-30 22:00:31 +0000
committerLaurent Bercot <ska@appnovation.com>2023-10-30 22:00:31 +0000
commitaed143be3f5deace8e7b57ed48151fc17265cd9b (patch)
tree625d3a4465ccd0ec808de0148c5ae1bb41fbcb28 /Makefile
parent0cc88a66c338b91d79084383ba374d82da87e837 (diff)
downloads6-portable-utils-aed143be3f5deace8e7b57ed48151fc17265cd9b.tar.xz
Also fix /command
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f158e82..f08ea8b 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,7 @@ $(DESTDIR)$(exthome): $(DESTDIR)$(home)
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/%)
+global-links: $(DESTDIR)$(exthome) $(SHARED_LIBS:lib%.so.xyzzy=$(DESTDIR)$(sproot)/library.so/lib%.so.$(version_M)) $(BIN_TARGETS:%=$(DESTDIR)$(sproot)/command/%) $(BIN_SYMLINKS:%=$(DESTDIR)$(sproot)/command/%)
$(DESTDIR)$(sproot)/command/%: $(DESTDIR)$(home)/command/%
exec $(INSTALL) -D -l ..$(subst $(sproot),,$(exthome))/command/$(<F) $@