aboutsummaryrefslogtreecommitdiffstats
path: root/singlecall.mk
diff options
context:
space:
mode:
Diffstat (limited to 'singlecall.mk')
-rw-r--r--singlecall.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/singlecall.mk b/singlecall.mk
index 1e429f4..1068186 100644
--- a/singlecall.mk
+++ b/singlecall.mk
@@ -1,10 +1,5 @@
all: $(BIN)
-install: contacts
- mkdir -p -- "$(DESTDIR)$(PREFIX)/lib"
+install: $(BIN)
mkdir -p -- "$(DESTDIR)$(PREFIX)/bin"
- cp -- contacts "$(DESTDIR)$(PREFIX)/lib/"
- cd -- "$(DESTDIR)$(PREFIX)/bin/" &&\
- for f in $(BIN); do\
- ln -s -- ../lib/contacts "$$f" || exit 1;\
- done
+ cp -- $(BIN) "$(DESTDIR)$(PREFIX)/bin/"