[MPlayer-cvslog] r26828 - trunk/Makefile

diego subversion at mplayerhq.hu
Sun May 18 19:40:01 CEST 2008


Author: diego
Date: Sun May 18 19:40:00 2008
New Revision: 26828

Log:
Remove unused strip target.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sun May 18 19:40:00 2008
@@ -874,8 +874,6 @@ doxygen:
 
 doxygen_clean:
 	-rm -rf DOCS/tech/doxygen
-strip:
-	strip -s $(ALL_PRG-yes)
 
 TAGS:
 	rm -f $@; ( find -name '*.[chS]' -print ) | xargs etags -a
@@ -979,5 +977,5 @@ toolsclean:
 
 -include $(DEPS)
 
-.PHONY: all doxygen *install* recurse strip *tools
+.PHONY: all doxygen *install* recurse *tools
 .PHONY: checkheaders *clean dep depend tests



More information about the MPlayer-cvslog mailing list