diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | libavcodec/Makefile | 2 | ||||
-rw-r--r-- | libavcodec/libpostproc/Makefile | 2 | ||||
-rw-r--r-- | libavformat/Makefile | 2 | ||||
-rw-r--r-- | libavutil/Makefile | 2 | ||||
-rw-r--r-- | vhook/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -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] diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 7a83dab..6c9e536 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -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: diff --git a/libavcodec/libpostproc/Makefile b/libavcodec/libpostproc/Makefile index a549f31..e293721 100644 --- a/libavcodec/libpostproc/Makefile +++ b/libavcodec/libpostproc/Makefile @@ -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 diff --git a/libavformat/Makefile b/libavformat/Makefile index bac04d6..bae7342 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -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 diff --git a/libavutil/Makefile b/libavutil/Makefile index 99a4c11..54dd347 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -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) diff --git a/vhook/Makefile b/vhook/Makefile index 58844f9..2fb079d 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -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 |