[MPlayer-cvslog] r26332 - trunk/mpcommon.mak

diego subversion at mplayerhq.hu
Sat Apr 5 18:19:11 CEST 2008


Author: diego
Date: Sat Apr  5 18:19:10 2008
New Revision: 26332

Log:
Use the more natural ">" instead of "1>" for stdout redirection.


Modified:
   trunk/mpcommon.mak

Modified: trunk/mpcommon.mak
==============================================================================
--- trunk/mpcommon.mak	(original)
+++ trunk/mpcommon.mak	Sat Apr  5 18:19:10 2008
@@ -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 $<



More information about the MPlayer-cvslog mailing list