]> granicus.if.org Git - php/commitdiff
Use 'cp' instead of 'install'.
authorAndrei Zmievski <andrei@php.net>
Tue, 22 Feb 2000 14:23:45 +0000 (14:23 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 22 Feb 2000 14:23:45 +0000 (14:23 +0000)
build/library.mk

index d8c6103e85f57f14413de03154b52a0b70e78350..75a5d1fda8f556e99f636cf6e518c0fc344b37e2 100644 (file)
@@ -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 \