Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
50fbafa5
Commit
50fbafa5
authored
Jul 02, 2020
by
Virgile Prevosto
Committed by
Andre Maroneze
Jul 03, 2020
Browse files
[Makefile] Fix dependency of generated test
parent
3a8b47b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
50fbafa5
...
...
@@ -2346,12 +2346,14 @@ endif
ifneq
("$(HAS_UNIX2DOS)","no")
tests/spec/preprocess_dos.c
:
tests/spec/preprocess_dos.c.in
\
Makefile share/Makefile.config
.in
Makefile share/Makefile.config
$(SED)
-e
"s|@UNIX2DOS@|
$(UNIX2DOS)
|g"
\
-e
"s|@DONTRUN@||g"
\
$<
>
$@
else
tests/spec/preprocess_dos.c
:
tests/spec/preprocess_dos.c.in
tests/spec/preprocess_dos.c
:
tests/spec/preprocess_dos.c.in
\
Makefile share/Makefile.config
$(RM)
$@
$(SED)
-e
"s|@DONTRUN@|DONTRUN: no unix2dos found|g"
\
-e
"s|@UNIX2DOS|unix2dos|g"
\
$<
>
$@
...
...
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