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
Sebastian Ohlmann
elpa
Commits
e7c45e05
Commit
e7c45e05
authored
Jul 01, 2014
by
Lorenz Huedepohl
Browse files
Fix for fdep, not all programs are in bin_PROGRAMS
parent
8ae8e673
Changes
1
Hide whitespace changes
Inline
Side-by-side
fdep/fortran_dependencies.mk
View file @
e7c45e05
...
...
@@ -33,7 +33,7 @@ endef
#
# returns: the appropriate extension (i.e. 'o' for normal programs, '.lo' for libraries)
define
object_extension
$(if
$(filter
$
2
,$(
bin_
PROGRAMS)),o,lo)
$(if
$(filter
$
1
,$(PROGRAMS)),o,lo)
endef
# $1 source_file
...
...
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