changeset 21850:a678ff4617fd

Remove generated pci_* files on clean, not just on distclean.
author diego
date Wed, 10 Jan 2007 16:54:44 +0000
parents 28eb65b3a241
children 224c7c1c5988
files libdha/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libdha/Makefile	Wed Jan 10 15:16:52 2007 +0000
+++ b/libdha/Makefile	Wed Jan 10 16:54:44 2007 +0000
@@ -71,10 +71,10 @@
 
 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