Makefile: install-headers is phony
This commit is contained in:
parent
7c9b2f6395
commit
8a8d100ee5
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in a new issue