]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
`make uninstall' works.
authorMartin Mares <mj@ucw.cz>
Wed, 28 Jun 2000 11:01:04 +0000 (11:01 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:10:44 +0000 (14:10 +0200)
ChangeLog
Makefile

index c1546d4316888da04497ab187b19e325c18e28dc..b0b3bd3708865f056ce639e0d9eef0ee7b3e9d7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-06-13  Martin Mares  <mj@albireo.ucw.cz>
+
+       * Makefile (uninstall): Fixed.
+
+       * pci.ids: ID updates.
+
 2000-05-20  Martin Mares  <mj@albireo.ucw.cz>
 
        * Released as 2.1.8.
index 9d6e512805e63455ca97b47b1fad85c8e74a6de5..0640b5bf692f3af5a066eb53674faab2206d99f9 100644 (file)
--- 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 <mj@suse.cz>
 
@@ -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: