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
Raphaël Cauderlier
math_transfer
Commits
8e53879c
Commit
8e53879c
authored
Apr 09, 2017
by
Raphael Cauderlier
Browse files
Work around a missing generated target in focalizedep
parent
53a5553c
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/logic/Makefile
View file @
8e53879c
...
...
@@ -11,5 +11,7 @@ clean :
depend
:
.depend
.depend
:
$(FOCALIZEDEP)
$(FCL_FILES)
>
$@
# Dependencies between .sk.zv files are missing in FOCALIZEDEP
grep
'.fo'
$@
|
sed
's/\.fo/.sk.zv/g'
>>
$@
$(DKDEP)
$(DK_FILES)
>>
$@
-include
.depend
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