summaryrefslogtreecommitdiff
path: root/sapi/Makefile.in
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-04-09 15:47:19 +0000
committerSascha Schumann <sas@php.net>2001-04-09 15:47:19 +0000
commit466c226415405a462af2ee61bbe46ea1eebea80c (patch)
treedcbb25dc28cc76d2b73a7aadf9cba7aed0b730cd /sapi/Makefile.in
parentd85be2956ce1bec342e18772993634468232a9dc (diff)
downloadphp-git-466c226415405a462af2ee61bbe46ea1eebea80c.tar.gz
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
Diffstat (limited to 'sapi/Makefile.in')
-rw-r--r--sapi/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/Makefile.in b/sapi/Makefile.in
index 45658a2fe1..089a1e4a65 100644
--- a/sapi/Makefile.in
+++ b/sapi/Makefile.in
@@ -1,4 +1,4 @@
-SUBDIRS = $(CGI_DIR) $(PHP_SAPI)
+SUBDIRS = $(PHP_SAPI)
include $(top_srcdir)/build/rules.mk