summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-05 16:19:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-05 16:19:10 +0000
commit6be44828040572d43a9aaeda0c42d96a8c1973cd (patch)
tree36f7dda83b3c9bff3ac358801617b948641b7d5a
parent02fe2aae9fda33a48455360a3bd3e7995ca0ab9b (diff)
downloadmpv-6be44828040572d43a9aaeda0c42d96a8c1973cd.tar.bz2
mpv-6be44828040572d43a9aaeda0c42d96a8c1973cd.tar.xz
Use the more natural ">" instead of "1>" for stdout redirection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26332 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--mpcommon.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpcommon.mak b/mpcommon.mak
index 06ea052a74..beb5d834d7 100644
--- a/mpcommon.mak
+++ b/mpcommon.mak
@@ -28,7 +28,7 @@ distclean:: clean
rm -f .depend test test2
dep depend::
- $(CC) -MM $(CFLAGS) $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
+ $(CC) -MM $(CFLAGS) $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) > .depend
%.ho: %.h
$(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $<