mirror of
https://github.com/php/php-src.git
synced 2026-04-16 04:21:18 +02:00
# Creating the libphp5.a lib is not necessary for CGI build. # # btw. It would be quite easy to build CGI, CLI and for example Apache SAPI # the same time.. :)
7 lines
185 B
Makefile
7 lines
185 B
Makefile
$(SAPI_CGI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
|
|
$(BUILD_CGI)
|
|
|
|
install-cgi: $(SAPI_CGI_PATH)
|
|
@echo "Installing PHP CGI binary: $(INSTALL_ROOT)$(bindir)/"
|
|
@$(INSTALL_CGI)
|