]> granicus.if.org Git - php/commitdiff
Changed install-local to install-sapi for clarity.
authorJoey Smith <joey@php.net>
Wed, 3 May 2000 04:51:11 +0000 (04:51 +0000)
committerJoey Smith <joey@php.net>
Wed, 3 May 2000 04:51:11 +0000 (04:51 +0000)
@ Moved install-local to install-sapi for clarity. (Joey)

Makefile.in

index 97f840d772e3ad2964bc9ac63ebd876e9054dcfd..6d44218beece8395149690ea5efb95df9e30a76c 100644 (file)
@@ -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)