From 504c7ee8c1d0aadcd77b636d2378b9e16d59b7dd Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 13 Jun 2001 09:43:35 +0000 Subject: 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 --- lib/make/make.subdir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/make/make.subdir') 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 -- cgit v1.2.3