X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=7e0f3bf1120b22eca5c84a1564a135094f0b801a;hb=23c2876aaa0808bcfedc1c5c30da6e8234341a13;hp=7c570d51b9380a779e3284950018dc12a546aa86;hpb=ae0733a44ac3e68871476841b7f01b8ad3d18629;p=m6w6%2Fpecl-ci diff --git a/Makefile b/Makefile index 7c570d5..7e0f3bf 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ reconf: check $(srcdir)/php-$(PHP_VERSION)/configure php: check $(bindir)/php | $(PECL_INI) -for EXT_SONAME in $(extdir)/*.so; do \ EXT_SONAME=$$(basename $$EXT_SONAME); \ - if ! grep -q extension=$$EXT_SONAME $(PECL_INI); then \ + if test "$$EXT_SONAME" != "*.so" && ! grep -q extension=$$EXT_SONAME $(PECL_INI); then \ echo extension=$$EXT_SONAME >> $(PECL_INI); \ fi \ done