summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-02-22 14:23:45 +0000
committerAndrei Zmievski <andrei@php.net>2000-02-22 14:23:45 +0000
commit838bab821cf1fd406b4a40b33555589a3c53301a (patch)
treef8552bdfe81a1af8a02be40bad1e84d71888f9cb /build
parente9abf023b497ba6cf13511cb4873970de3d37b76 (diff)
downloadphp-git-838bab821cf1fd406b4a40b33555589a3c53301a.tar.gz
Use 'cp' instead of 'install'.
Diffstat (limited to 'build')
-rw-r--r--build/library.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/library.mk b/build/library.mk
index d8c6103e85..75a5d1fda8 100644
--- a/build/library.mk
+++ b/build/library.mk
@@ -32,7 +32,7 @@ $(LTLIBRARY_NAME): $(LTLIBRARY_OBJECTS) $(LTLIBRARY_DEPENDENCIES)
$(LTLIBRARY_SHARED_NAME): $(LTLIBRARY_OBJECTS) $(LTLIBRARY_DEPENDENCIES)
@test -d $(phplibdir) || $(mkinstalldirs) $(phplibdir)
$(LINK) -avoid-version -module -rpath $(phplibdir) $(LTLIBRARY_LDFLAGS) $(LTLIBRARY_OBJECTS) $(LTLIBRARY_SHARED_LIBADD)
- $(SHLIBTOOL) --mode=install install $@ $(phplibdir)
+ $(SHLIBTOOL) --mode=install cp $@ $(phplibdir)
shared:
@if test -z '$(LTLIBRARY_SHARED_NAME)'; then \