diff options
| author | foobar <sniper@php.net> | 2003-07-01 17:01:21 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2003-07-01 17:01:21 +0000 |
| commit | e5af63a7d577a98eb6ffbd2e1298a7f20b435751 (patch) | |
| tree | fa6abcebf2e368ca1bb36b3a7a3714fa3292fdaa /sapi/cgi/Makefile.frag | |
| parent | f6cafd6041b9598d889dc38702ea3ea02bb476b1 (diff) | |
| download | php-git-e5af63a7d577a98eb6ffbd2e1298a7f20b435751.tar.gz | |
- Separate CGI build from regular SAPI build
# 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.. :)
Diffstat (limited to 'sapi/cgi/Makefile.frag')
| -rw-r--r-- | sapi/cgi/Makefile.frag | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sapi/cgi/Makefile.frag b/sapi/cgi/Makefile.frag index 57a3b2937c..02398ae8b3 100644 --- a/sapi/cgi/Makefile.frag +++ b/sapi/cgi/Makefile.frag @@ -1,2 +1,6 @@ $(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) |
