Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
8a8d100e
Commit
8a8d100e
authored
Sep 23, 2016
by
Richard van der Hoff
Browse files
Makefile: install-headers is phony
parent
7c9b2f63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8a8d100e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment