summaryrefslogtreecommitdiff
path: root/lib/make/make.configuration
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/make.configuration')
-rw-r--r--lib/make/make.configuration8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index 06fc172b..9ebdf452 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -8,11 +8,14 @@
# @version $Id$
# @@*/
+# Silence all but designated output
+#.SILENT:
+
# Some configuration variables
CONFIG = $(TOP)/config-data
DATESTAMP = $(CCTK_HOME)/src/datestamp.c
-MAKE_DIR = $(CCTK_HOME)/lib/make
+export MAKE_DIR = $(CCTK_HOME)/lib/make
# Dividers to make the screen output slightly nicer
DIVEL = __________________
@@ -24,9 +27,6 @@ include $(CONFIG)/make.config.defn
# Include the list of thorns to be built
include $(CONFIG)/make.thornlist
-# Silence all but designated output
-.SILENT:
-
# Build the executable
$(EXE): $(CONFIG)/make.thornlist $(patsubst %,$(CCTK_LIBDIR)/lib%.a,$(notdir $(THORNS))) $(CCTK_LIBDIR)/libCCTK.a
@echo $(DIVIDER)