Commit 03271038 authored by mru's avatar mru

Delete *.d files with make clean

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20577 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 357c97cc
......@@ -79,8 +79,8 @@ $(HOSTPROGS): %$(HOSTEXESUF): %.o
DEPS := $(OBJS:.o=.d)
depend dep: $(DEPS)
CLEANSUFFIXES = *.o *~ *.ho *.map
DISTCLEANSUFFIXES = *.d *.pc
CLEANSUFFIXES = *.d *.o *~ *.ho *.map
DISTCLEANSUFFIXES = *.pc
LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a *.exp
-include $(wildcard $(DEPS))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment