diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-10 20:12:27 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-10 20:12:27 +0000 |
commit | 7853bf93b2ebc23713552452225e8d7ddf89a892 (patch) | |
tree | a22be0f2edab35c4078600aa64856d79912484f3 /Makefile | |
parent | 3c889b5cf7e5c177fc3c7f2dda2c7fdd03b62375 (diff) | |
download | ffmpeg-7853bf93b2ebc23713552452225e8d7ddf89a892.tar.gz |
Replace the awkward '1>' with the more natural '>'.
Originally committed as revision 12413 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -227,7 +227,7 @@ depend dep: .depend .vhookdep $(MAKE-$(CONFIG_AVFILTER)) -C libavfilter depend .depend: $(SRCS) version.h - $(CC) -MM $(CFLAGS) $(filter-out %.h,$^) 1>.depend + $(CC) -MM $(CFLAGS) $(filter-out %.h,$^) > .depend # gcc stupidly only outputs the basename of targets with -MM .vhookdep: $(ALLHOOKS_SRCS) version.h |