From: Adam Heath Date: Wed, 22 May 2002 18:01:49 +0000 (+0000) Subject: Remove hash.c from SOURCES, as it is a test file. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d68c9456bf91ec22c2acb9d67aa0537516dbd40;p=dpkg Remove hash.c from SOURCES, as it is a test file. --- diff --git a/ChangeLog b/ChangeLog index d83a68bd..8a7f34c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed May 22 13:03:41 CDT 2002 Adam Heath + + * lib/Makefile.in: Remove hash.c from SOURCES, as it is a test file. + Tue May 21 17:20:12 CEST 2002 Wichert Akkerman * debian/dpkg.postinst: remove compat stuff for ancient dpkg versions. diff --git a/lib/Makefile.in b/lib/Makefile.in index afadd8e9..05b91e57 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -9,7 +9,7 @@ include ../Makefile.conf SOURCES = compat.c database.c dbmodify.c dump.c ehandle.c fields.c \ lock.c mlib.c myopt.c nfmalloc.c parse.c parsehelp.c \ showcright.c showpkg.c tarfn.c varbuf.c vercmp.c md5.c \ - utils.c hash.c + utils.c OBJECTS = $(patsubst %.c, %.o, $(SOURCES)) GENFILES = $(OBJECTS) libdpkg.a