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
83b00eb9
Commit
83b00eb9
authored
Jul 30, 2020
by
Andre Maroneze
💬
Browse files
[Makefile] remove duplicate rule and fix typo
parent
eb841ff9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
83b00eb9
...
...
@@ -2409,12 +2409,9 @@ else
DISTRIB_HEADERS
:=
open-source
# for checking that distributed files aren't under proprietary licence.
DISTRIB_PROPRIETARY_HEADERS
:=
$(CEA_PROPRIETARY_HEADERS)
# DISTRIB_TESTS cont
ent
s files that can be distributed without header checking
# DISTRIB_TESTS cont
ain
s files that can be distributed without header checking
DISTRIB_TESTS
:=
$(
filter-out
$(CEA_PROPRIETARY_FILES)
,
\
$(DISTRIB_TESTS)
)
# DISTRIB_FILES contents files that can be distributed with header checking
DISTRIB_FILES
:=
$(
filter-out
$(CEA_PROPRIETARY_FILES)
,
\
$(DISTRIB_FILES)
)
endif
# Set some variables for `headers`target.
...
...
Write
Preview
Supports
Markdown
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