Mercurial > mplayer.hg
changeset 26322:6377c105cb37
cosmetics: Merge shell commands into one line.
author | diego |
---|---|
date | Tue, 08 Apr 2008 22:08:23 +0000 |
parents | 8306fe01e788 |
children | a9911503e195 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Apr 08 22:07:03 2008 +0000 +++ b/Makefile Tue Apr 08 22:08:23 2008 +0000 @@ -326,12 +326,10 @@ strip -s $(ALL_PRG) TAGS: - rm -f $@; \ - ( find -name '*.[chS]' -print ) | xargs etags -a + rm -f $@; ( find -name '*.[chS]' -print ) | xargs etags -a tags: - rm -f $@; \ - ( find -name '*.[chS]' -print ) | xargs ctags -a; + rm -f $@; ( find -name '*.[chS]' -print ) | xargs ctags -a # ./configure must be rerun if it changed config.mak: configure