From: Sascha Schumann Date: Wed, 5 Jan 2000 19:33:02 +0000 (+0000) Subject: `cp' will do the job everywhere, even on AIX X-Git-Tag: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b645013ee52fffe6bc6237f0c5f4dfb41ee3ba35;p=php `cp' will do the job everywhere, even on AIX --- diff --git a/Makefile.in b/Makefile.in index 68599409af..c594072212 100644 --- a/Makefile.in +++ b/Makefile.in @@ -41,7 +41,7 @@ include $(topsrcdir)/build/library.mk include $(topsrcdir)/build/program.mk install-local: - @$(LIBTOOL) --silent --mode=install install libphp4.la $(phptempdir)/libphp4.la >/dev/null 2>&1 + @$(LIBTOOL) --silent --mode=install cp libphp4.la $(phptempdir)/libphp4.la >/dev/null 2>&1 -@$(mkinstalldirs) $(bindir) $(INSTALL_IT)