This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bad library name problem with automake-1.4-p2


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]