summaryrefslogtreecommitdiffstats
path: root/libdha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libdha/Makefile')
-rw-r--r--libdha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index 8f5aa1dc9c..25d8504533 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -71,10 +71,10 @@ test:
clean:
rm -f *.o *.a *~ *.so *.so.*
+ rm -f pci_*.c pci_*.h pci.db
distclean: clean
rm -f .depend test
- rm -f pci_dev_ids.c pci_ids.h pci_names.c pci_names.h pci_vendors.h pci.db
dep depend: pci_names.c
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend