Explorar o código

Remove hash.c from SOURCES, as it is a test file.

Adam Heath %!s(int64=24) %!d(string=hai) anos
pai
achega
8d68c9456b
Modificáronse 2 ficheiros con 5 adicións e 1 borrados
  1. 4 0
      ChangeLog
  2. 1 1
      lib/Makefile.in

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Wed May 22 13:03:41 CDT 2002 Adam Heath <doogie@debian.org>
+
+  * lib/Makefile.in: Remove hash.c from SOURCES, as it is a test file.
+
 Tue May 21 17:20:12 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
 
   * debian/dpkg.postinst: remove compat stuff for ancient dpkg versions.

+ 1 - 1
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