diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-02-18 19:10:57 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-02-18 19:10:57 +0000 |
commit | 64094f3799921698a5d16f8941aa91f7f9ee3574 (patch) | |
tree | 83827fbb0da4e5d91d3958b1be9b16b2b1358bd9 | |
parent | 185fdc549f3f65f0340bd73d954afe7216b7addd (diff) | |
download | ffmpeg-64094f3799921698a5d16f8941aa91f7f9ee3574.tar.gz |
* using $(MAKE)
Originally committed as revision 1592 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index ded61d54fa..dd03125976 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 |