diff options
author | foobar <sniper@php.net> | 2002-04-28 03:27:43 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-04-28 03:27:43 +0000 |
commit | 87a4bdca37506f773a7713a4bfd9623868a3cc48 (patch) | |
tree | 8eb82602137b1fc00c20592d076934e29a97a998 /Makefile.global | |
parent | 5e47866ec04fc51e1b3c397c78357d242a6084d3 (diff) | |
download | php-git-87a4bdca37506f773a7713a4bfd9623868a3cc48.tar.gz |
Missing dependancies..
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.global b/Makefile.global index 4bcfb77dc0..29bc644ab3 100644 --- a/Makefile.global +++ b/Makefile.global @@ -26,10 +26,10 @@ sapi/cli/php: $(PHP_GLOBAL_OBJS) $(PHP_CLI_OBJS) install: $(install_targets) -install-cli: +install-cli: sapi/cli/php $(INSTALL_CLI) -install-sapi: +install-sapi: libphp4.la -@$(LIBTOOL) --silent --mode=install cp libphp4.la $(phptempdir)/libphp4.la >/dev/null 2>&1 -@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir) -@if test ! -r $(phptempdir)/libphp4.$(SHLIB_SUFFIX_NAME); then \ |