# HG changeset patch # User diego # Date 1168448084 0 # Node ID a678ff4617fde699221847bbc563fdb4905adfe8 # Parent 28eb65b3a24150d777d0d73555262caa3a7b4450 Remove generated pci_* files on clean, not just on distclean. diff -r 28eb65b3a241 -r a678ff4617fd libdha/Makefile --- 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