summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-07-11 11:40:29 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-07-11 11:40:29 +0000
commitb9a29099c4980a110e6e1586e2bcad3b0a575986 (patch)
treeaf8297b4461cbfb23a10cd84b028b79ca0ba17ae
parentbd4646ddc4c7c524ed039f295a0ead54bca58638 (diff)
Removed obselete method of setting THORN_LINKLIST.
Clarified make.thornlist comment. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2928 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/make/make.configuration6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index cd7a93e1..8cbcba28 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -50,7 +50,7 @@ endif
# (Use -include to prevent warnings messages, as the file will be built if
# it is missing .)
# We don't want to include this file if doing something like a make clean
-# as, if the file didn't exist, it would first be made, which would be
+# because if the file didn't exist, it would first be made, which would be
# pretty confusing during a make clean !
ifeq ($(strip $(MAKECMDGOALS)),)
@@ -76,10 +76,6 @@ endif
UTIL_DIR=$(EXEDIR)$(DIRSEP)$(CONFIG_NAME)
-# REMOVE IN BETA 12
-ifeq ($(strip $(THORN_LINKLIST)),)
-THORN_LINKLIST = $(THORNS) $(THORNS)
-endif
# Build the list of all libraries
ALLCACTUSLIBS = $(notdir $(CACTUSLIBS) $(THORN_LINKLIST) $(CACTUSLIBS))