diff options
author | Sascha Schumann <sas@php.net> | 2000-01-05 19:33:02 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-01-05 19:33:02 +0000 |
commit | b645013ee52fffe6bc6237f0c5f4dfb41ee3ba35 (patch) | |
tree | 2f6ff4f9719ff7ce84e5d35a74596951f8a63b82 /Makefile.in | |
parent | 304d60c8f318814f6aec8a2bc825dd8daeec1cbc (diff) | |
download | php-git-b645013ee52fffe6bc6237f0c5f4dfb41ee3ba35.tar.gz |
`cp' will do the job everywhere, even on AIX
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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) |