summaryrefslogtreecommitdiffstats
path: root/c/src/make
diff options
context:
space:
mode:
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