From 6be44828040572d43a9aaeda0c42d96a8c1973cd Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 5 Apr 2008 16:19:10 +0000 Subject: 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 --- mpcommon.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $< -- cgit v1.2.3