summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-15 19:45:01 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-15 19:45:01 +0000
commit50546147a86835d7a173f1a82c1c074eee5a73c5 (patch)
tree75c03d76c80a21edb88517bc0f662ceeb1fe9df8 /lib
parentf9322c6a39e258e62eb7ed2f0b2074034d1fc5d4 (diff)
Removing some strange lines and some lines scheduled for removal in beta16.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3911 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/make.configuration9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index b426c143..97da3aa8 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -16,10 +16,6 @@ CONFIG = $(TOP)/config-data
BINDINGS_DIR = $(TOP)/bindings
FLESH_DIR = $(CCTK_HOME)/src
-# Some empty strings yye00 fills from configuration.ccl files
-#ConfigInc =
-#ConfigLibdir =
-#ConfigLib =
# Scratch build area - need this to make sure F90 module files end up all
# in one directory.
@@ -52,11 +48,6 @@ DIVIDER = $(DIVEL)$(DIVEL)$(DIVEL)$(DIVEL)
# Include the definitions for this configuration
include $(CONFIG)/make.config.defn
-# Remove this line in 4.0 beta 16, by which all configs should have this defined
-ifndef TRANSFORM_DIRS
-TRANSFORM_DIRS = $(1)
-endif
-
# Define the name of the source file which is the one object on the linkline
DATESTAMP = $(CCTK_HOME)/src/datestamp.c