From 0c42e59adc37a253dabab0daf44b92e6fe2ce19c Mon Sep 17 00:00:00 2001 From: ewt Date: Sun, 29 Sep 1996 02:30:09 +0000 Subject: [PATCH] used LIBMISC during linking CVS patchset: 1076 CVS date: 1996/09/29 02:30:09 --- tools/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile.in b/tools/Makefile.in index 030acaa..2d2d847 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -4,7 +4,7 @@ VPATH = $(srcdir) include $(srcdir)/../Makefile.inc PROGS = rpmlead rpmheader rpmarchive rpmsignature dump dumpdb -LOADLIBES = @LIBS@ @ZLIB@ +LOADLIBES = @LIBS@ @ZLIB@ @LIBMISC@ ifeq (.depend,$(wildcard .depend)) TARGET=everything -- 2.7.4