summaryrefslogtreecommitdiffstats
path: root/c/src/make/leaf.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-13 13:08:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-13 13:08:36 +0000
commit943399b715f05b75d4f27cefb23b39d9228252fe (patch)
tree472b63ba3617ec0dd04de6ca53a0dc2dc80f4468 /c/src/make/leaf.cfg
parent2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-943399b715f05b75d4f27cefb23b39d9228252fe.tar.bz2
2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* leaf.cfg: Remove Depends inclusion.
Diffstat (limited to '')
-rw-r--r--c/src/make/leaf.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/make/leaf.cfg b/c/src/make/leaf.cfg
index 5e2ba8f917..e0e6cfab07 100644
--- a/c/src/make/leaf.cfg
+++ b/c/src/make/leaf.cfg
@@ -47,11 +47,6 @@ MANAGERS_REQUIRED=region ext sem
MANAGERS_NOT_WANTED=$(filter-out $(MANAGERS) \
$(MANAGERS_REQUIRED), $(MANAGER_LIST))
-# pull in dependencies if they exist
-ifeq (${DEPEND},$(wildcard ${DEPEND}))
-include ${DEPEND}
-endif
-
# Start file must be one of
# $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
# $(PROJECT_RELEASE)/lib/asmiface$(LIB_VARIANT).o