diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-09-23 12:22:34 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-09-23 12:22:34 +0100 |
commit | 8a8d100ee5be5961861e53f8b3b5702e8902af74 (patch) | |
tree | f659d44759b2de144b2ef6adf9c46b9d1f3f268c /Makefile | |
parent | 7c9b2f6395d8a00a4cf0ffb2ad4d3c182a1f304e (diff) |
Makefile: install-headers is phony
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |