diff options
| -rw-r--r-- | pear/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |
