php-src/sapi/Makefile.in
Sascha Schumann 466c226415 Revert mega patch.
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
2001-04-09 15:47:19 +00:00

5 lines
61 B
Makefile

SUBDIRS = $(PHP_SAPI)
include $(top_srcdir)/build/rules.mk