libdbm is broken in 4.2

Peter Gross pag at hao.UUCP
Thu Dec 1 06:54:33 AEST 1983


In Mark's fix to the libdbm Makefile, he omitted the ranlib of the
created archive.  Thus,

change
	libdbm.a: dbm.o
		ar rv libdbm.a dbm.o
to
	libdbm.a: dbm.o
		ar rv libdbm.a dbm.o
		ranlib libdbm.a

--peter



More information about the Comp.bugs.4bsd.ucb-fixes mailing list