]> mj.ucw.cz Git - pciutils.git/commitdiff
Clean up old pci.ids files.
authorMartin Mares <mj@ucw.cz>
Sat, 4 Jan 2003 12:43:59 +0000 (12:43 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:10:56 +0000 (14:10 +0200)
Makefile

index 119b393330b132e8ac74e3e6b55ff98ba841519b..9e9f2ca8c6cd09a1ac73ad2283ae3bc248314360 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.50 2003/01/04 12:43:31 mj Exp $
+# $Id: Makefile,v 1.51 2003/01/04 12:43:59 mj Exp $
 # Makefile for Linux PCI Utilities
 # (c) 1998--2003 Martin Mares <mj@ucw.cz>
 
@@ -54,7 +54,7 @@ update-pciids: update-pciids.sh
 
 clean:
        rm -f `find . -name "*~" -o -name "*.[oa]" -o -name "\#*\#" -o -name TAGS -o -name core`
-       rm -f update-ids lspci setpci lib/config.* *.8
+       rm -f update-ids lspci setpci lib/config.* *.8 pci.ids.*
 
 install: all
 # -c is ignored on Linux, but required on FreeBSD