mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Avoid the 'unexpected end of file' error.
This commit is contained in:
parent
1c7f36465b
commit
a4c68caedd
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ install-build:
|
||||||
-e 's#@PHPINCLUDEDIR@#$(phpincludedir)#g' \
|
-e 's#@PHPINCLUDEDIR@#$(phpincludedir)#g' \
|
||||||
< $(srcdir)/php-config.in > $(bindir)/php-config.tmp && \
|
< $(srcdir)/php-config.in > $(bindir)/php-config.tmp && \
|
||||||
chmod +x $(bindir)/php-config.tmp && \
|
chmod +x $(bindir)/php-config.tmp && \
|
||||||
mv $(bindir)/php-config.tmp $(bindir)/php-config &&
|
mv $(bindir)/php-config.tmp $(bindir)/php-config
|
||||||
|
|
||||||
SRC_HEADERS = \
|
SRC_HEADERS = \
|
||||||
php.h \
|
php.h \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue