summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoey Smith <joey@php.net>2000-05-03 04:51:11 +0000
committerJoey Smith <joey@php.net>2000-05-03 04:51:11 +0000
commit69a894a2f0f97bb9f5c9909534533784d801fecb (patch)
treede603ac22a84c4e4d2f7ba22b97b230f13ec60b6 /Makefile.in
parent5ad95a203c9c9fc85c7575e1215f79e468d1a7ac (diff)
downloadphp-git-69a894a2f0f97bb9f5c9909534533784d801fecb.tar.gz
Changed install-local to install-sapi for clarity.
@ Moved install-local to install-sapi for clarity. (Joey)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 97f840d772..6d44218bee 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -29,13 +29,13 @@ PROGRAM_DEPENDENCIES = $(PROGRAM_LDADD)
targets = $(LTLIBRARY_NAME) $(PROGRAM_NAME)
-install_targets = install-local install-modules
+install_targets = install-sapi install-modules
include $(top_srcdir)/build/rules.mk
include $(top_srcdir)/build/library.mk
include $(top_srcdir)/build/program.mk
-install-local:
+install-sapi:
@$(LIBTOOL) --silent --mode=install cp libphp4.la $(phptempdir)/libphp4.la >/dev/null 2>&1
-@$(mkinstalldirs) $(bindir)
$(INSTALL_IT)