We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597a5da commit 24d8cbcCopy full SHA for 24d8cbc
build/Makefile.global
@@ -143,7 +143,7 @@ prof-use:
143
CCACHE_DISABLE=1 $(MAKE) PROF_FLAGS=-fprofile-use all
144
145
%_arginfo.h: %.stub.php
146
- if type php >/dev/null 2>/dev/null; then php scripts/dev/gen_stub.php $<; fi
+ if type php >/dev/null 2>/dev/null; then php $(top_srcdir)/scripts/dev/gen_stub.php $<; fi
147
148
# As we don't track includes, this is just a heuristic
149
%.c: %_arginfo.h
0 commit comments