summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2003-02-18 19:10:57 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2003-02-18 19:10:57 +0000
commit64094f3799921698a5d16f8941aa91f7f9ee3574 (patch)
tree83827fbb0da4e5d91d3958b1be9b16b2b1358bd9 /libavcodec/Makefile
parent185fdc549f3f65f0340bd73d954afe7216b7addd (diff)
downloadffmpeg-streaming-64094f3799921698a5d16f8941aa91f7f9ee3574.zip
ffmpeg-streaming-64094f3799921698a5d16f8941aa91f7f9ee3574.tar.gz
* using $(MAKE)
Originally committed as revision 1592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index ded61d5..dd03125 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -168,7 +168,7 @@ clean:
ps2/*.o ps2/*~ \
liba52/*.o liba52/*~ \
apiexample $(TESTS)
- make -C libpostproc clean
+ $(MAKE) -C libpostproc clean
distclean: clean
rm -f Makefile.bak .depend
OpenPOWER on IntegriCloud