summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-10 20:12:27 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-10 20:12:27 +0000
commit7853bf93b2ebc23713552452225e8d7ddf89a892 (patch)
treea22be0f2edab35c4078600aa64856d79912484f3 /common.mak
parent3c889b5cf7e5c177fc3c7f2dda2c7fdd03b62375 (diff)
Replace the awkward '1>' with the more natural '>'.
Originally committed as revision 12413 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index 46cac9f6d8..b73861944a 100644
--- a/common.mak
+++ b/common.mak
@@ -63,7 +63,7 @@ checkheaders: $(filter-out %_template.ho,$(ALLHEADERS:.h=.ho))
# gcc stupidly only outputs the basename of targets with -MM
depend dep: $(SRCS)
- $(CC) -MM $(CFLAGS) $^ | sed 's,[0-9a-z._-]*: \([a-z0-9]*/\).*,\1&,' 1>.depend
+ $(CC) -MM $(CFLAGS) $^ | sed 's,[0-9a-z._-]*: \([a-z0-9]*/\).*,\1&,' > .depend
clean::
rm -f *.o *~ *.a *.lib *.so *.so.* *.dylib *.dll \