This is the line in my Makefile:
sapi/servlet/java.lo: sapi/servlet/java.c
$(LIBTOOL) --mode=compile $(CC) -Isapi/servlet/
-I/home/rhunter/src/php4/sapi/servlet/ $(COMMON_FLAGS) $(CFLAGS_CLEAN)
$(EXTRA_CFLAGS) -prefer-pic -c sapi/servlet/java.c -o
sapi/servlet/java.lo
Is that correct?
On Thu, 2002-12-05 at 12:36, Tony J. White wrote:
> On Thu, 5 Dec 2002, Ray Hunter wrote:
> > make: *** No rule to make target `sapi/servlet/java.c', needed by
> > `sapi/servlet/java.lo'. Stop.
>
> It looks like the sapi/servlet/Makefile.frag is not being added to your
> Makefile.
>
> Can you verify that there is no line in your main Makefile that starts with
> "sapi/servlet/java.c : "?
>
> Perhaps you could try changing the line (from sapi/servlet/config.m4)
>
> PHP_ADD_MAKEFILE_FRAGMENT(sapi/servlet/Makefile.frag)
>
> to just
>
> PHP_ADD_MAKEFILE_FRAGMENT
>
> In case $ext_srcdir is something other than 'sapi/servlet' for some reason.
>
> -Tony
--
Ray Hunter
email: [EMAIL PROTECTED]
www: http://venticon.com
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php