Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
1c1f0d02
Commit
1c1f0d02
authored
Jan 24, 2017
by
Sebastian Ramacher
Browse files
Use correct variable
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
1d0e6110
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
1c1f0d02
...
...
@@ -153,7 +153,7 @@ ${BUILDDIR_GCOV}/${BINDIR}/${PROJECT}: ${OBJECTS_GCOV}
$(
call
colorecho,CC,
$@
)
@
mkdir
-p
${BUILDDIR_GCOV}
/
${BINDIR}
$(QUIET)${CC}
${LDFLAGS}
${GCOV_CFLAGS}
${GCOV_LDFLAGS}
\
-o
${BUILDDIR_GCOV}
/
${BINDIR}
/
${PROJECT}
${OBJECTS_GCO
v
}
${LIBS}
-o
${BUILDDIR_GCOV}
/
${BINDIR}
/
${PROJECT}
${OBJECTS_GCO
V
}
${LIBS}
gcov
:
options ${BUILDDIR_GCOV}/${BINDIR}/${PROJECT}
$(QUIET)${MAKE}
-C
tests run-gcov
...
...
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