Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
62c11bf5
Commit
62c11bf5
authored
Jul 01, 2020
by
Virgile Prevosto
Browse files
[Makefile] more accurate dependencies for generated test file
parent
0379b395
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
62c11bf5
...
...
@@ -2345,7 +2345,8 @@ GENERATED_TESTS:=
endif
ifneq
("$(HAS_UNIX2DOS)","no")
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.in
$(SED)
-e
"s|@UNIX2DOS@|
$(UNIX2DOS)
|g"
\
-e
"s|@DONTRUN@||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