mirror of https://github.com/mpv-player/mpv
Remove unused strip target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26828 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5ae188e479
commit
929365575a
4
Makefile
4
Makefile
|
@ -874,8 +874,6 @@ doxygen:
|
||||||
|
|
||||||
doxygen_clean:
|
doxygen_clean:
|
||||||
-rm -rf DOCS/tech/doxygen
|
-rm -rf DOCS/tech/doxygen
|
||||||
strip:
|
|
||||||
strip -s $(ALL_PRG-yes)
|
|
||||||
|
|
||||||
TAGS:
|
TAGS:
|
||||||
rm -f $@; ( find -name '*.[chS]' -print ) | xargs etags -a
|
rm -f $@; ( find -name '*.[chS]' -print ) | xargs etags -a
|
||||||
|
@ -979,5 +977,5 @@ toolsclean:
|
||||||
|
|
||||||
-include $(DEPS)
|
-include $(DEPS)
|
||||||
|
|
||||||
.PHONY: all doxygen *install* recurse strip *tools
|
.PHONY: all doxygen *install* recurse *tools
|
||||||
.PHONY: checkheaders *clean dep depend tests
|
.PHONY: checkheaders *clean dep depend tests
|
||||||
|
|
Loading…
Reference in New Issue