iucar / rpms / bout++

Forked from rpms/bout++ 3 years ago
Clone
Blob Blame History Raw
diff --git a/make.config.in b/make.config.in
index c5c4a2ef7..951fed1c6 100644
--- a/make.config.in
+++ b/make.config.in
@@ -83,7 +83,7 @@ BOUT_VERSION  = @PACKAGE_VERSION@
 # Files that are needed by configure and should be dependencies for 'all'
 
 OBJ    = $(SOURCEC:%.cxx=%.o)
-ifndef RELEASE
+ifndef RELEASED
 LIB    = $(BOUT_LIB_PATH)/libbout++.a
 LIB_SO = $(BOUT_LIB_PATH)/libbout++.so
 endif