summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-01-05 19:33:02 +0000
committerSascha Schumann <sas@php.net>2000-01-05 19:33:02 +0000
commitb645013ee52fffe6bc6237f0c5f4dfb41ee3ba35 (patch)
tree2f6ff4f9719ff7ce84e5d35a74596951f8a63b82 /Makefile.in
parent304d60c8f318814f6aec8a2bc825dd8daeec1cbc (diff)
downloadphp-git-b645013ee52fffe6bc6237f0c5f4dfb41ee3ba35.tar.gz
`cp' will do the job everywhere, even on AIX
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 68599409af..c594072212 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)