From c4a51ba06868c34c3bffb5b17c1f139ccf1a0a94 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 8 Apr 2008 22:08:23 +0000 Subject: [PATCH] cosmetics: Merge shell commands into one line. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26354 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9617390a03..c61786c2e4 100644 --- a/Makefile +++ b/Makefile @@ -326,12 +326,10 @@ strip: 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