projects
/
m6w6
/
pecl-ci
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
180b494
)
fix $srcdir
author
Michael Wallner
<mike@php.net>
Fri, 7 Jun 2019 07:42:39 +0000
(09:42 +0200)
committer
Michael Wallner
<mike@php.net>
Fri, 7 Jun 2019 11:06:45 +0000
(13:06 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e0e3a6b836f7e20b9a5d9fa07c74e5eb4b618f99..d7d70cd3b459f53d4ce4c93780521b2e43da83a2 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-14,7
+14,7
@@
prefix ?= $(TMPDIR)/php-$(PHP)-$(shell env |grep -E '^with_|^enable_' | tr -c '[
endif
exec_prefix ?= $(prefix)
bindir = $(exec_prefix)/bin
-srcdir
:
= $(prefix)/src
+srcdir = $(prefix)/src
ifdef TRAVIS_BUILD_DIR
curdir ?= $(TRAVIS_BUILD_DIR)
else