summaryrefslogtreecommitdiff
path: root/lib/make
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-13 11:22:39 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-13 11:22:39 +0000
commitfe470dd7422f76e84b47ceb584ffd7e35b8a7dba (patch)
tree31e218170053106c4643bf17634a06373fc355d2 /lib/make
parent85f4182fe4a594ca02f88f858a1aa966769736ab (diff)
Fixing bug introduced by my previous commit whereby the object files for
a thorn's main src directory were added twice to the archive. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2178 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make')
-rw-r--r--lib/make/make.thornlib2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.thornlib b/lib/make/make.thornlib
index bbc8d293..d8f13863 100644
--- a/lib/make/make.thornlib
+++ b/lib/make/make.thornlib
@@ -36,7 +36,7 @@ CCTK_SRCS :=
include $(SRCDIR)/make.code.defn
# Some extra stuff to allow make to recurse into subdirectories
-CCTK_SRCS += $(SRCS)
+#CCTK_SRCS += $(SRCS)
# Protect the value of SRCS and SUBDIRS of this directory
#LOCAL_SRCS := $(SRCS)