From 65b4327e3fc89a7f19aa87845ebf7002b8705204 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 28 Jun 2000 11:01:04 +0000 Subject: [PATCH] `make uninstall' works. --- ChangeLog | 6 ++++++ Makefile | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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: -- 2.39.5