mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
Delete *.d files with make clean
Originally committed as revision 20577 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2d64744fed
commit
79de9c83e0
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user