aboutsummaryrefslogtreecommitdiffstats
path: root/package/targets.mak
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-25 03:42:40 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-25 03:42:40 +0000
commit7cada88937b8f7edead691a462d3339834674ec9 (patch)
tree0d9934aff03081ed35949a3e0bbabcf324d49705 /package/targets.mak
parent15583497da174dd17b7b44701dcb000f46c235ed (diff)
downloadexecline-7cada88937b8f7edead691a462d3339834674ec9.tar.gz
First version of pkg-config support
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'package/targets.mak')
-rw-r--r--package/targets.mak7
1 files changed, 1 insertions, 6 deletions
diff --git a/package/targets.mak b/package/targets.mak
index a7a1fd9..0f8716a 100644
--- a/package/targets.mak
+++ b/package/targets.mak
@@ -1,6 +1,7 @@
LIBEXEC_TARGETS :=
LIB_DEFS := EXECLINE=execline
+EXECLINE_REQUIRES := libskarnet
ifeq ($(MULTICALL),1)
@@ -32,10 +33,4 @@ SYMLINK_TARGET_cd := execline-cd
SYMLINK_TARGET_umask := execline-umask
endif
-$(DESTDIR)$(bindir)/define: ./define package/modes
- exec $(INSTALL) -D -m 600 $< $@
- grep -- ^$(@F) < package/modes | { read name mode owner && \
- if [ x$$owner != x ] ; then chown -- $$owner $@ ; fi && \
- chmod $$mode $@ ; }
-
endif