]> mj.ucw.cz Git - pciutils.git/blobdiff - Makefile
Last few items from the DNS TODO list solved, releasing -net2.
[pciutils.git] / Makefile
index f37bf80978c900533dfaa497d990be4ed6d83349..4e15aa036ca061c56464a1875e8733aa53a057eb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=2.2.10-net1
-DATE=2008-02-12
+VERSION=2.2.10-net2
+DATE=2008-02-13
 
 PREFIX=/usr/local
 SBINDIR=$(PREFIX)/sbin
@@ -42,8 +42,8 @@ force:
 lib/config.h lib/config.mk:
        cd lib && ./configure "$(IDSDIR)" "$(VERSION)" "$(HOST)" "$(RELEASE)" "$(ZLIB)"
 
-lspci: lspci.o common.o $(PCILIB) /usr/lib/libresolv.a
-setpci: setpci.o common.o $(PCILIB) /usr/lib/libresolv.a
+lspci: lspci.o common.o $(PCILIB)
+setpci: setpci.o common.o $(PCILIB)
 
 lspci.o: lspci.c pciutils.h $(PCIINC)
 setpci.o: setpci.c pciutils.h $(PCIINC)