From: Andrei Zmievski Date: Thu, 10 Feb 2000 22:19:02 +0000 (+0000) Subject: Avoid the 'unexpected end of file' error. X-Git-Tag: BEFORE_SAPI_POST_PATCH_17_FEB_2000~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4c68caedd79267e074ded440faf570dde5200f5;p=php Avoid the 'unexpected end of file' error. --- diff --git a/pear/Makefile.in b/pear/Makefile.in index b4cb2a3a49..c07e95dd09 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -47,7 +47,7 @@ install-build: -e 's#@PHPINCLUDEDIR@#$(phpincludedir)#g' \ < $(srcdir)/php-config.in > $(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 = \ php.h \