summaryrefslogtreecommitdiff
path: root/lib/make/make.subdir
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-06-13 09:43:35 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-06-13 09:43:35 +0000
commit504c7ee8c1d0aadcd77b636d2378b9e16d59b7dd (patch)
tree2087984e8354b1183a8bae51429b3f1e5a3f858a /lib/make/make.subdir
parentf4ce36318a672a00593aaf22398b838f1f75265f (diff)
Changing name of make variable used to pass make target to submakes to CCTK_TARGET
as TARGET seems to conflict with an environment variable used by the compilers on the T3E. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2230 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.subdir')
-rw-r--r--lib/make/make.subdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.subdir b/lib/make/make.subdir
index 2003ac16..dacd878a 100644
--- a/lib/make/make.subdir
+++ b/lib/make/make.subdir
@@ -27,7 +27,7 @@ OBJS = $(SRCS:%=%.o)
# Build all the object files
-$(TARGET): $(OBJS)
+$(CCTK_TARGET): $(OBJS)
touch make.checked
# Rules to make the object files