Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Thanassis Tsiodras
RTEMS-build-workflows
Commits
3abc37bb
Commit
3abc37bb
authored
Apr 08, 2016
by
Thanassis Tsiodras
Browse files
Typo in creation of dependency files
parent
7f8f4d38
Changes
1
Hide whitespace changes
Inline
Side-by-side
OAR/Makefile
View file @
3abc37bb
...
...
@@ -133,7 +133,7 @@ deps.$(SUFFIX)/%.d: %.c
@
mkdir
-p
$(
dir
$@
)
@
echo
Generating dependencies
for
$<
@
set
-e
;
$(CDEP)
-MM
-MP
$(INCLUDEFLAGS)
$<
>
$@
.
$$$$
;
\
sed
's,\($*\)\.o[ :]*,objs.
$(
CFG
)
\/\1.o $@ : ,g'
<
$@
.
$$$$
>
$@
;
\
sed
's,\($*\)\.o[ :]*,objs.
$(
SUFFIX
)
\/\1.o $@ : ,g'
<
$@
.
$$$$
>
$@
;
\
rm
-f
$@
.
$$$$
clean
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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