summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-08 22:08:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-08 22:08:23 +0000
commitc4a51ba06868c34c3bffb5b17c1f139ccf1a0a94 (patch)
treedad9cc70aa9548ddb25067b39cf5321da94443f0 /Makefile
parentfa4f36202e6cb369b846a7ae224d30a236332b50 (diff)
downloadmpv-c4a51ba06868c34c3bffb5b17c1f139ccf1a0a94.tar.bz2
mpv-c4a51ba06868c34c3bffb5b17c1f139ccf1a0a94.tar.xz
cosmetics: Merge shell commands into one line.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26354 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files 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