From: Andrei Zmievski Date: Tue, 22 Feb 2000 14:23:45 +0000 (+0000) Subject: Use 'cp' instead of 'install'. X-Git-Tag: PHP-4.0-RC1~497 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=838bab821cf1fd406b4a40b33555589a3c53301a;p=php Use 'cp' instead of 'install'. --- 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 \