Remove unused strip target.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26828 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-18 17:40:00 +00:00
parent 5ae188e479
commit 929365575a
1 changed files with 1 additions and 3 deletions

View File

@ -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