Skip to content

Commit 9be4a35

Browse files
committed
Fix indentation in tests/Makefile.am
This should fix a regression from #4165 I do not understand why this regression is only killing our builds on ARM Mac systems. I do not understand why this regression is not killing builds on my ARM Mac laptop. I do not understand why `make` doesn't give a clearer error message than "missing separator" about this.
1 parent ffdcb0a commit 9be4a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ if LIBMESH_VPATH_BUILD
434434
BUILT_SOURCES = .linkstamp
435435

436436
.linkstamp:
437-
-rm -f solutions && $(LN_S) -f $(srcdir)/solutions .
437+
-rm -f solutions && $(LN_S) -f $(srcdir)/solutions .
438438
-rm -f meshes && $(LN_S) -f $(srcdir)/meshes .
439439
-rm -f matrices && $(LN_S) -f $(srcdir)/matrices .
440440
$(AM_V_GEN)touch .linkstamp

0 commit comments

Comments
 (0)