build: fix Makefile
authorMichael Wallner <mike@php.net>
Wed, 3 May 2017 09:10:51 +0000 (11:10 +0200)
committerMichael Wallner <mike@php.net>
Wed, 3 May 2017 09:10:51 +0000 (11:10 +0200)
Makefile.frag

index 7df00add0280ba49acdd93135008d391bc1d86ec..b9a6cda99274ee45c6823309d991567263543313 100644 (file)
@@ -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))