summaryrefslogblamecommitdiff
path: root/var/spack/repos/builtin/packages/athena/missing-separator.patch
blob: 8b89488941ad0b21e0302d39e6fa897b15cb0ae0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                            
diff --git a/Makeoptions.in b/Makeoptions.in
index b680132..4d1aa4e 100644
--- a/Makeoptions.in
+++ b/Makeoptions.in
@@ -96,7 +96,7 @@ ifeq ($(MACHINE),macosx)
   FFTWLIB = -L/opt/local/lib -lfftw3
   FFTWINC = -I/opt/local/include
 else
-  abort Unsupported MACHINE=$(MACHINE)
+  $(abort Unsupported MACHINE=$(MACHINE))
 endif
 endif
 endif