You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Delete *.d files with make clean
Originally committed as revision 20577 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -79,8 +79,8 @@ $(HOSTPROGS): %$(HOSTEXESUF): %.o
|
|||||||
DEPS := $(OBJS:.o=.d)
|
DEPS := $(OBJS:.o=.d)
|
||||||
depend dep: $(DEPS)
|
depend dep: $(DEPS)
|
||||||
|
|
||||||
CLEANSUFFIXES = *.o *~ *.ho *.map
|
CLEANSUFFIXES = *.d *.o *~ *.ho *.map
|
||||||
DISTCLEANSUFFIXES = *.d *.pc
|
DISTCLEANSUFFIXES = *.pc
|
||||||
LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a *.exp
|
LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a *.exp
|
||||||
|
|
||||||
-include $(wildcard $(DEPS))
|
-include $(wildcard $(DEPS))
|
||||||
|
Reference in New Issue
Block a user