From: Michael Wallner Date: Wed, 3 May 2017 09:10:51 +0000 (+0200) Subject: build: fix Makefile X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=d2094271512533de2b43dbc7df07946e364aea39;p=m6w6%2Fext-psi build: fix Makefile --- diff --git a/Makefile.frag b/Makefile.frag index 7df00ad..b9a6cda 100644 --- 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))