From: Sascha Schumann Date: Sun, 26 Mar 2000 19:46:42 +0000 (+0000) Subject: Ignore errors at this place X-Git-Tag: PHP-4.0-RC1~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6da32c3314c08aac7c94eb7f36db35ba7c56d4f2;p=php Ignore errors at this place --- diff --git a/pear/Makefile.in b/pear/Makefile.in index 5b3dee222f..894a49bb1e 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -50,8 +50,8 @@ 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 - @cp $(srcdir)/phpextdist $(bindir)/phpextdist + mv $(bindir)/php-config.tmp $(bindir)/php-config && \ + cp $(srcdir)/phpextdist $(bindir)/phpextdist SRC_HEADERS = \ php.h \