summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 17:40:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 17:40:00 +0000
commit929365575a97aef2d6fbde740cc99d6224d9d8cf (patch)
tree545e13cf7a9ea5530b390cb95a680c8527b8aa2c /Makefile
parent5ae188e4797d222fd4760b34cc5706ab69f50d5b (diff)
downloadmpv-929365575a97aef2d6fbde740cc99d6224d9d8cf.tar.bz2
mpv-929365575a97aef2d6fbde740cc99d6224d9d8cf.tar.xz
Remove unused strip target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26828 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 32cc06fc45..bc13902034 100644
--- a/Makefile
+++ b/Makefile
@@ -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