summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-19 09:29:36 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-19 09:29:36 +0000
commite8a7556fc96163eab4c324b6dc161beb1138bc7b (patch)
tree772a44a8cd350a4b6d4dbee1eb1cf0c1a3e3ae40
parent7592a0c969bb0119172e896c3b07c8bfa050903f (diff)
Made CCTK_HOME a simply expanded variable, and marked it for export to
sub makes. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@67 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5790e83b..f0fa1628 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.5 1999-01-18 13:00:59 goodale Exp $
+# @version $Id: Makefile,v 1.6 1999-01-19 09:29:36 goodale Exp $
# @@*/
# Comment this out if you want to see what's going on.
@@ -31,7 +31,7 @@ DIVEL = __________________
DIVIDER = $(DIVEL)$(DIVEL)$(DIVEL)$(DIVEL)
# Work out where we are
-CCTK_HOME = $(shell pwd)
+export CCTK_HOME := $(shell pwd)
# Work out which configurations are available
CONFIGURATIONS = $(patsubst build/%,%,$(wildcard build/*))