I'll make a better report as soon as I can.

The following problem is back:

% make
...
make[2]: Entering directory `/backroom/ntp4/A.whimsy/librsaref'
make[2]: *** No rule to make target `librsaref.a.c', needed by `librsaref.a.o'.
...

Makefile.am:
...
nodist_librsaref_a_SOURCES = \ 
        desc.c \ 
        md2c.c \ 
...

Makefile.in now contains:
...
CPPFLAGS = @CPPFLAGS@
LIBS = @LIBS@
librsaref_a_SOURCES = librsaref.a.c
librsaref_a_OBJECTS =  librsaref.a.o
AR = ar
...

Harlan

Reply via email to