projects
/
m6w6
/
ext-psi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
18ca609
)
build: fix Makefile
author
Michael Wallner
<mike@php.net>
Wed, 3 May 2017 09:10:51 +0000
(11:10 +0200)
committer
Michael Wallner
<mike@php.net>
Wed, 3 May 2017 09:10:51 +0000
(11:10 +0200)
Makefile.frag
patch
|
blob
|
history
diff --git
a/Makefile.frag
b/Makefile.frag
index 7df00add0280ba49acdd93135008d391bc1d86ec..b9a6cda99274ee45c6823309d991567263543313 100644
(file)
--- a/
Makefile.frag
+++ b/
Makefile.frag
@@
-1,4
+1,5
@@
-git# provide headers in builddir, so they do not end up in /usr/include/ext/psi/src
+
+# provide headers in builddir, so they do not end up in /usr/include/ext/psi/src
PHP_PSI_HEADERS := $(addprefix $(PHP_PSI_BUILDDIR)/,$(PHP_PSI_HEADERS))
PHP_PSI_SOURCES := $(addprefix $(PHP_PSI_SRCDIR)/,$(PHP_PSI_SOURCES))