From ed8b0f3fa1de96ef974785b5ca3cc0640d838284 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 10 Jun 2007 21:48:54 +0000 Subject: [PATCH] We do not create .d files, thus no need to remove them. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9278 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- Makefile | 2 +- common.mak | 2 +- vhook/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0ce1e50e9..574b7227e 100644 --- a/Makefile +++ b/Makefile @@ -213,7 +213,7 @@ clean: $(MAKE) -C libpostproc clean $(MAKE) -C libswscale clean $(MAKE) -C vhook clean - rm -f *.o *.d *~ .libs gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \ + rm -f *.o *~ .libs gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \ output_example$(EXESUF) qt-faststart$(EXESUF) cws2fws$(EXESUF) rm -f doc/*.html doc/*.pod doc/*.1 rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~ diff --git a/common.mak b/common.mak index 191598aca..0274a5a72 100644 --- a/common.mak +++ b/common.mak @@ -46,7 +46,7 @@ depend dep: $(SRCS) $(CC) -MM $(CFLAGS) $^ 1>.depend clean:: - rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \ + rm -f *.o *~ *.a *.lib *.so *.so.* *.dylib *.dll \ *.def *.dll.a *.exp distclean: clean diff --git a/vhook/Makefile b/vhook/Makefile index 167b8bfb0..282981760 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -40,7 +40,7 @@ uninstall: $(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(VHOOKLIBS) $(LIBS_$@) clean: - rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll + rm -f *.o *~ *.a *.lib *.so *.dylib *.dll distclean: clean rm -f .depend -- 2.39.2