From 7853bf93b2ebc23713552452225e8d7ddf89a892 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 10 Mar 2008 20:12:27 +0000 Subject: Replace the awkward '1>' with the more natural '>'. Originally committed as revision 12413 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 07ba3d107c..3d17a1c3e4 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3