Commit 64862aec authored by diego's avatar diego

Remove obscure Makefile.bak entry from distclean rules.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4901 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 348e1e57
......@@ -168,7 +168,7 @@ distclean: clean
$(MAKE) -C libavformat distclean
$(MAKE) -C tests distclean
$(MAKE) -C vhook distclean
rm -f Makefile.bak .depend config.mak config.h *.pc
rm -f .depend config.mak config.h *.pc
TAGS:
etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]
......
......@@ -459,7 +459,7 @@ clean: $(CLEANAMR)
$(MAKE) -C libpostproc clean
distclean: clean
rm -f Makefile.bak .depend
rm -f .depend
$(MAKE) -C libpostproc distclean
cleanamr:
......
......@@ -28,7 +28,7 @@ clean:
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
distclean: clean
rm -f Makefile.bak .depend
rm -f .depend
dep: depend
......
......@@ -157,7 +157,7 @@ clean:
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
distclean: clean
rm -f Makefile.bak .depend
rm -f .depend
#
# include dependency files if they exist
......
......@@ -53,7 +53,7 @@ clean:
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
distclean: clean
rm -f Makefile.bak .depend
rm -f .depend
ifeq ($(BUILD_SHARED),yes)
......
......@@ -43,7 +43,7 @@ clean:
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
distclean: clean
rm -f Makefile.bak .depend
rm -f .depend
ifneq ($(wildcard .depend),)
include .depend
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment