From c2381ab5dc1a7d7c08300234f871278251c6c27d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 13 Feb 2008 19:57:08 +0100 Subject: [PATCH] Do not forget pcilib.7 in `make uninstall'. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4e15aa0..3f8d50c 100644 --- a/Makefile +++ b/Makefile @@ -85,6 +85,7 @@ uninstall: all rm -f $(DESTDIR)$(SBINDIR)/lspci $(DESTDIR)$(SBINDIR)/setpci $(DESTDIR)$(SBINDIR)/update-pciids rm -f $(DESTDIR)$(IDSDIR)/$(PCI_IDS) rm -f $(DESTDIR)$(MANDIR)/man8/lspci.8 $(DESTDIR)$(MANDIR)/man8/setpci.8 $(DESTDIR)$(MANDIR)/man8/update-pciids.8 + rm -f $(DESTDIR)$(MANDIR)/man7/pcilib.7 pci.ids.gz: pci.ids gzip -9 <$< >$@ -- 2.39.2