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
elpa
elpa
Commits
608cb901
Commit
608cb901
authored
May 23, 2018
by
Lorenz Huedepohl
Committed by
Andreas Marek
Jun 05, 2018
Browse files
Fix when using fdep for automake 1.16
parent
54cb5a14
Changes
1
Hide whitespace changes
Inline
Side-by-side
fdep/fortran_dependencies.mk
View file @
608cb901
...
...
@@ -84,7 +84,7 @@ $(foreach l,$(call translate_name,$($1_LDADD) $($1_LIBADD)),$l $(call recursive_
endef
define
is_clean
$(if
$(filter-out
mostlyclean
clean
distclean
maintainer-clean,$(MAKECMDGOALS)),0,1)
$(if
$(filter-out
mostlyclean
clean
distclean
maintainer-clean
am--depfiles
,$(MAKECMDGOALS)),0,1)
endef
define
newline
...
...
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