Skip to content
Snippets Groups Projects
Commit e250b274 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Prevent distclean from failing.

parent 111f2eeb
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ clean-local:
distclean-local:
if ! with_fortran
rm f90/Makefile
rm -f f90/Makefile
endif
-test "$(abs_builddir)" = "$(abs_srcdir)" || rmdir f90
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment