From d2094271512533de2b43dbc7df07946e364aea39 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 3 May 2017 11:10:51 +0200 Subject: [PATCH] build: fix Makefile --- Makefile.frag | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.30.2