Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
c02a9ef4
Commit
c02a9ef4
authored
Aug 28, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./Makefile.old: fixed the automatic dependency rule (include dirs missing).
parent
a9b22482
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile.old
Makefile.old
+2
-2
No files found.
Makefile.old
View file @
c02a9ef4
...
@@ -434,10 +434,10 @@ endif
...
@@ -434,10 +434,10 @@ endif
@
echo
""
>>
$@
;
@
echo
""
>>
$@
;
$(C_DEP)
:
%.d: FORCE
$(C_DEP)
:
%.d: FORCE
@
$(MAKE)
-s
--no-print-directory
-f
Makefile.dep
$@
@
$(MAKE)
-s
--no-print-directory
-f
Makefile.dep
$@
CFLAGS
=
"
$(CFLAGS)
$(vlc_CFLAGS)
"
$(CPP_DEP)
:
%.dpp: FORCE
$(CPP_DEP)
:
%.dpp: FORCE
@
$(MAKE)
-s
--no-print-directory
-f
Makefile.dep
$@
@
$(MAKE)
-s
--no-print-directory
-f
Makefile.dep
$@
CFLAGS
=
"
$(CFLAGS)
$(vlc_CFLAGS)
"
$(C_OBJ)
:
%.o: Makefile.opts Makefile.dep Makefile
$(C_OBJ)
:
%.o: Makefile.opts Makefile.dep Makefile
$(C_OBJ)
:
%.o: $(H_OBJ)
$(C_OBJ)
:
%.o: $(H_OBJ)
...
...
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