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:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user