From: Martin Mares Date: Wed, 28 Jun 2000 11:01:04 +0000 (+0000) Subject: `make uninstall' works. X-Git-Tag: v3.0.0~212 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=65b4327e3fc89a7f19aa87845ebf7002b8705204;p=pciutils.git `make uninstall' works. --- diff --git a/ChangeLog b/ChangeLog index c1546d4..b0b3bd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-06-13 Martin Mares + + * Makefile (uninstall): Fixed. + + * pci.ids: ID updates. + 2000-05-20 Martin Mares * Released as 2.1.8. diff --git a/Makefile b/Makefile index 9d6e512..0640b5b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.35 2000/05/20 14:53:39 mj Exp $ +# $Id: Makefile,v 1.36 2000/06/28 11:01:04 mj Exp $ # Makefile for Linux PCI Utilities # (c) 1998--2000 Martin Mares @@ -66,7 +66,7 @@ install: all uninstall: all rm -f $(ROOT)/sbin/lspci $(ROOT)/sbin/setpci - rm -f $(PREFIX)/pci.ids + rm -f $(PREFIX)/share/pci.ids rm -f $(PREFIX)/man/man8/lspci.8 $(PREFIX)/man/man8/setpci.8 release: