Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
79de9c83
Commit
79de9c83
authored
Nov 22, 2009
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete *.d files with make clean
Originally committed as revision 20577 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
2d64744f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
common.mak
common.mak
+2
-2
No files found.
common.mak
View file @
79de9c83
...
@@ -79,8 +79,8 @@ $(HOSTPROGS): %$(HOSTEXESUF): %.o
...
@@ -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))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment