mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Remove obscure Makefile.bak entry from distclean rules.
Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d9d434b839
commit
04c07634d6
2
Makefile
2
Makefile
@ -168,7 +168,7 @@ distclean: clean
|
|||||||
$(MAKE) -C libavformat distclean
|
$(MAKE) -C libavformat distclean
|
||||||
$(MAKE) -C tests distclean
|
$(MAKE) -C tests distclean
|
||||||
$(MAKE) -C vhook distclean
|
$(MAKE) -C vhook distclean
|
||||||
rm -f Makefile.bak .depend config.mak config.h *.pc
|
rm -f .depend config.mak config.h *.pc
|
||||||
|
|
||||||
TAGS:
|
TAGS:
|
||||||
etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]
|
etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]
|
||||||
|
@ -459,7 +459,7 @@ clean: $(CLEANAMR)
|
|||||||
$(MAKE) -C libpostproc clean
|
$(MAKE) -C libpostproc clean
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile.bak .depend
|
rm -f .depend
|
||||||
$(MAKE) -C libpostproc distclean
|
$(MAKE) -C libpostproc distclean
|
||||||
|
|
||||||
cleanamr:
|
cleanamr:
|
||||||
|
@ -28,7 +28,7 @@ clean:
|
|||||||
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
|
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile.bak .depend
|
rm -f .depend
|
||||||
|
|
||||||
dep: depend
|
dep: depend
|
||||||
|
|
||||||
|
@ -157,7 +157,7 @@ clean:
|
|||||||
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
|
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile.bak .depend
|
rm -f .depend
|
||||||
|
|
||||||
#
|
#
|
||||||
# include dependency files if they exist
|
# include dependency files if they exist
|
||||||
|
@ -53,7 +53,7 @@ clean:
|
|||||||
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
|
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile.bak .depend
|
rm -f .depend
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(BUILD_SHARED),yes)
|
ifeq ($(BUILD_SHARED),yes)
|
||||||
|
@ -43,7 +43,7 @@ clean:
|
|||||||
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
|
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile.bak .depend
|
rm -f .depend
|
||||||
|
|
||||||
ifneq ($(wildcard .depend),)
|
ifneq ($(wildcard .depend),)
|
||||||
include .depend
|
include .depend
|
||||||
|
Loading…
Reference in New Issue
Block a user