Mercurial > libavcodec.hg
changeset 11454:6c4e7bdce257 libavcodec
Replace $(G) with more generic $(M) in silent make rules
author | mru |
---|---|
date | Wed, 10 Mar 2010 02:56:52 +0000 |
parents | 4e1447ac5301 |
children | 70472d1d2524 |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Mar 10 00:59:32 2010 +0000 +++ b/Makefile Wed Mar 10 02:56:52 2010 +0000 @@ -736,10 +736,10 @@ $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dctref.o $(SUBDIR)cos_tables.c: $(SUBDIR)costablegen$(HOSTEXESUF) - $(G)./$< > $@ + $(M)./$< > $@ $(SUBDIR)sin_tables.c: $(SUBDIR)costablegen$(HOSTEXESUF) - $(G)./$< sin > $@ + $(M)./$< sin > $@ ifdef CONFIG_MPEGAUDIO_HP $(SUBDIR)mpegaudio_tablegen$(HOSTEXESUF): HOSTCFLAGS += -DFRAC_BITS=23 @@ -753,7 +753,7 @@ $(HOSTCC) $(HOSTCFLAGS) $(HOSTLDFLAGS) -o $@ $^ $(HOSTLIBS) $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF) - $(G)./$< > $@ + $(M)./$< > $@ ifdef CONFIG_HARDCODED_TABLES $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h