Can't build neither

Hi,
I am trying to compile libwww 4.1 beta1 on Sun's SPARC under Solaris 2.4 
(SunOS-5.2) and getting the following output of make:

engc{gern}253: make
make all-recursive
for subdir in config Library PICS-client LineMode Robot ComLine MiniServ 
Listen Icons; do               \
  target=`echo all-recursive | sed s/-recursive//`; \
  echo making $target in $subdir;       \
  (cd $subdir && make $target)  \
   || case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in config
making all in Library
for subdir in src User Examples; do             \
  target=`echo all-recursive | sed s/-recursive//`; \
  echo making $target in $subdir;       \
  (cd $subdir && make $target)  \
   || case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in src
make: Fatal error in reader: Makefile, line 836: Unexpected end of line 
seen
Current working directory /ecs/grad/gern/w3c-libwww-4.1b1/Library/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /ecs/grad/gern/w3c-libwww-4.1b1/Library
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /ecs/grad/gern/w3c-libwww-4.1b1
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-hack'

Here is the last fragment of w3c-libwww-4.1b1/Library/src/Makefile 
where the error occures:

832:.html.h:
833:        www -w90 -na -p -to text/x-c $(srcdir)/$(*F).html\ 
>$(srcdir)/$(*F).h834: 
835:inc: $(BUILT_SOURCES)
836:        @echo "Generated built sources"
837: 
838:DOCS := $(wildcard *.html)
839:.SUFFIXES:
840:.SUFFIXES: .c .o $(SUFFIXES)
841: 
842:# Tell versions [3.59,3.63) of GNU make to not export all variables.
843:# Otherwise a system limit (for SysV at least) may be exceeded.
844:.NOEXPORT:

The config ran without any visible problems.
Does anybody know what is going on and how to fix it?
Can it be just a "Russian fate" ? ;-) 
(Re:http://lists.w3.org/Archives/Public/www-lib-bugs/msg00047.html)
Thanks. 
-- Leonid

Received on Monday, 12 August 1996 13:10:54 UTC