summaryrefslogtreecommitdiff
path: root/sapi/servlet/Makefile.in
diff options
context:
space:
mode:
authorSam Ruby <rubys@php.net>2000-01-30 20:48:33 +0000
committerSam Ruby <rubys@php.net>2000-01-30 20:48:33 +0000
commit54259250e5016d53314fc6ed5c3eca95af7160e6 (patch)
tree04511ca63ed22d0a6e076a7d7dd960d8b2904e83 /sapi/servlet/Makefile.in
parent430571d62c90e2f81dc4909b43e300ff1e2edc13 (diff)
downloadphp-git-54259250e5016d53314fc6ed5c3eca95af7160e6.tar.gz
PHP can install and run as a servlet again on Unix.
Still todo: allow access to ext/java functionality from within servlet.
Diffstat (limited to 'sapi/servlet/Makefile.in')
-rw-r--r--sapi/servlet/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/servlet/Makefile.in b/sapi/servlet/Makefile.in
index 51796a2396..2fb9bc785f 100644
--- a/sapi/servlet/Makefile.in
+++ b/sapi/servlet/Makefile.in
@@ -19,8 +19,8 @@ java.c : ../../ext/java/java.c
phpsrvlt.jar : servlet.java ../../ext/java/reflect.java
@test -e net || mkdir net
@test -e net/php || mkdir net/php
- @echo library=sapi>net/php/reflect.properties
- @echo library=sapi>net/php/servlet.properties
+ @echo library=php4>net/php/reflect.properties
+ @echo library=php4>net/php/servlet.properties
@cp servlet.java net/php
@cp ../../ext/java/reflect.java net/php
javac net/php/reflect.java