summaryrefslogtreecommitdiff
path: root/sapi/cli/Makefile.frag
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/Makefile.frag')
-rw-r--r--sapi/cli/Makefile.frag9
1 files changed, 0 insertions, 9 deletions
diff --git a/sapi/cli/Makefile.frag b/sapi/cli/Makefile.frag
deleted file mode 100644
index df6c86f2f2..0000000000
--- a/sapi/cli/Makefile.frag
+++ /dev/null
@@ -1,9 +0,0 @@
-$(SAPI_CLI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_CLI_OBJS)
- $(BUILD_CLI)
-
-install-cli: $(SAPI_CLI_PATH)
- @echo "Installing PHP CLI binary: $(INSTALL_ROOT)$(bindir)/"
- @$(INSTALL_CLI)
- @echo "Installing PHP CLI man page: $(INSTALL_ROOT)$(mandir)/man1/"
- @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
- @$(INSTALL_DATA) $(builddir)/php.1 $(INSTALL_ROOT)$(mandir)/man1/php.1