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.
2 parents a8dd009 + 527bcb1 commit 7571edcCopy full SHA for 7571edc
ext/opcache/jit/Makefile.frag
@@ -16,3 +16,6 @@ $(builddir)/jit/zend_jit.lo: \
16
$(srcdir)/jit/zend_jit_trace.c \
17
$(srcdir)/jit/zend_elf.c
18
19
+# For non-GNU make, jit/zend_jit.lo and ./jit/zend_jit.lo are considered distinct targets.
20
+# Use this workaround to allow building from inside ext/opcache.
21
+jit/zend_jit.lo: $(builddir)/jit/zend_jit.lo
0 commit comments