[MPlayer-cvslog] r21868 - trunk/libdha/Makefile

diego subversion at mplayerhq.hu
Wed Jan 10 17:54:45 CET 2007


Author: diego
Date: Wed Jan 10 17:54:44 2007
New Revision: 21868

Modified:
   trunk/libdha/Makefile

Log:
Remove generated pci_* files on clean, not just on distclean.


Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile	(original)
+++ trunk/libdha/Makefile	Wed Jan 10 17:54:44 2007
@@ -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



More information about the MPlayer-cvslog mailing list