diff libdha/Makefile @ 21850:a678ff4617fd

Remove generated pci_* files on clean, not just on distclean.
author diego
date Wed, 10 Jan 2007 16:54:44 +0000
parents 2a0a1f974172
children c24e237516f6
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