[MPlayer-cvslog] CVS: main/libdha Makefile,1.26,1.27

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Jan 27 01:07:10 CET 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libdha
In directory mail:/var2/tmp/cvs-serv14674/libdha

Modified Files:
	Makefile 
Log Message:
Make clean/distclean behave uniformly in all directories.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Makefile	3 Jan 2006 00:24:16 -0000	1.26
+++ Makefile	27 Jan 2006 00:06:38 -0000	1.27
@@ -66,10 +66,10 @@
 	$(CC) test.c -o test $(SHORTNAME)
 
 clean:
-	rm -f *.o *.so *.so.* *~
+	rm -f *.o *.a *~ *.so *.so.*
 
-distclean:
-	rm -f Makefile.bak *.o *.so *.so.* test *~ .depend
+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




More information about the MPlayer-cvslog mailing list