summaryrefslogtreecommitdiffstats
path: root/c/src/make
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
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 'c/src/make')
-rw-r--r--c/src/make/ChangeLog4
-rw-r--r--c/src/make/leaf.cfg5
2 files changed, 4 insertions, 5 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index aa20a5060c..4ce41e141e 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * leaf.cfg: Remove Depends inclusion.
+
2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE,
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