mirror of
https://github.com/php/php-src.git
synced 2024-12-01 22:03:36 +08:00
466c226415
This patch has at least the following deficiences: - the CGI is built using objects from another SAPI module. This usually results in unsatisfied symbol references. - the CGI makefile is not created properly - building CGI cannot be disabled
5 lines
61 B
Makefile
5 lines
61 B
Makefile
|
|
SUBDIRS = $(PHP_SAPI)
|
|
|
|
include $(top_srcdir)/build/rules.mk
|