]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
We do not create .d files, thus no need to remove them.
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 10 Jun 2007 21:48:54 +0000 (21:48 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 10 Jun 2007 21:48:54 +0000 (21:48 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9278 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

Makefile
common.mak
vhook/Makefile

index 0ce1e50e99350f9e7ce16ca3c62896f1e9b4fb31..574b7227e82673ff6e7db031102b30dd75c46cc3 100644 (file)
--- 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/*~
index 191598aca1e09d1f5c319894a781fd9f45061335..0274a5a72575da58ad6cb298c1e6fada815423bc 100644 (file)
@@ -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
index 167b8bfb00b212a0c1d4b4f4c7b1303874988118..28298176079379e1b3d5a49e982ebbb4b632f2c9 100644 (file)
@@ -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