1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00

`cp' will do the job everywhere, even on AIX

This commit is contained in:
Sascha Schumann
2000-01-05 19:33:02 +00:00
parent 304d60c8f3
commit b645013ee5
+1 -1
View File
@@ -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)