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

diego subversion at mplayerhq.hu
Thu Mar 15 01:51:19 CET 2007


Author: diego
Date: Thu Mar 15 01:51:19 2007
New Revision: 22593

Modified:
   trunk/libdha/Makefile

Log:
Merge two clean commands.


Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile	(original)
+++ trunk/libdha/Makefile	Thu Mar 15 01:51:19 2007
@@ -57,8 +57,7 @@ test: $(SHORTNAME)
 	$(CC) test.c -o $@ $^
 
 clean:
-	rm -f *.o *.a *~ *.so *.so.*
-	rm -f pci_*.c pci_*.h pci.db
+	rm -f *.o *.a *~ *.so *.so.* pci_*.c pci_*.h pci.db
 
 distclean: clean
 	rm -f .depend test



More information about the MPlayer-cvslog mailing list