X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Favformat%2FMakefile;fp=src%2Fmodules%2Favformat%2FMakefile;h=b9e801adf188eba217a2a3a25a7cbccf34cc0987;hb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;hp=51adb42d1c9609c5d9ca3813070ec2913844dc39;hpb=5acab142eeee94318714dd156f05d7cdc9fc8627;p=melted diff --git a/src/modules/avformat/Makefile b/src/modules/avformat/Makefile index 51adb42..b9e801a 100644 --- a/src/modules/avformat/Makefile +++ b/src/modules/avformat/Makefile @@ -36,8 +36,8 @@ depend: $(SRCS) if [ $(LOCAL_FFMPEG) ] ; then $(MAKE) -C ffmpeg dep ; fi $(CC) -MM $(CFLAGS) $^ 1>.depend -dist-clean: clean - if [ $(LOCAL_FFMPEG) ] ; then $(MAKE) -C ffmpeg dist-clean ; fi +distclean: clean + if [ $(LOCAL_FFMPEG) ] ; then $(MAKE) -C ffmpeg distclean ; fi rm -f .depend clean: