aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-09-23 12:22:34 +0100
committerRichard van der Hoff <richard@matrix.org>2016-09-23 12:22:34 +0100
commit8a8d100ee5be5961861e53f8b3b5702e8902af74 (patch)
treef659d44759b2de144b2ef6adf9c46b9d1f3f268c
parent7c9b2f6395d8a00a4cf0ffb2ad4d3c182a1f304e (diff)
Makefile: install-headers is phony
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a12520b..4877dfb 100644
--- a/Makefile
+++ b/Makefile
@@ -152,6 +152,7 @@ all: test js lib debug doc
install-headers: $(PUBLIC_HEADERS)
test -d $(DESTDIR)$(PREFIX)/include/olm || mkdir -p $(DESTDIR)$(PREFIX)/include/olm
install -Dm644 $(PUBLIC_HEADERS) $(DESTDIR)$(PREFIX)/include/olm/
+.PHONY: install-headers
install-debug: debug install-headers
test -d $(DESTDIR)$(PREFIX)/lib || mkdir -p $(DESTDIR)$(PREFIX)/lib