From dacdaa94320df20f36a19279ae49f0cb61d51932 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 22 Jan 2020 11:42:19 +0100 Subject: [PATCH] Makefile: Fixed bugs in distclean This will be the real 3.6.3. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f3ddff..0e29c95 100644 --- 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 -- 2.39.2