]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Makefile: Fixed bugs in distclean v3.6.3
authorMartin Mares <mj@ucw.cz>
Wed, 22 Jan 2020 10:42:19 +0000 (11:42 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 22 Jan 2020 10:42:19 +0000 (11:42 +0100)
This will be the real 3.6.3.

Makefile

index 1f3ddff8e2e61e72ee78322c0e680923a2097701..0e29c9510d1a113a78be49481f58684d7cb86b33 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ TAGS:
 
 clean:
        rm -f `find . -name "*~" -o -name "*.[oa]" -o -name "\#*\#" -o -name TAGS -o -name core -o -name "*.orig"`
-       rm -f update-pciids lspci setpci example lib/config.* *.[78] pci.ids.* lib/*.pc lib/*.so lib/*.so.* tags
+       rm -f update-pciids lspci setpci example lib/config.* *.[578] pci.ids.gz lib/*.pc lib/*.so lib/*.so.* tags
        rm -rf maint/dist
 
 distclean: clean