2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* leaf.cfg: Remove Depends inclusion.
This commit is contained in:
Joel Sherrill
2000-09-13 13:08:36 +00:00
parent 372e4e2758
commit 943399b715
2 changed files with 4 additions and 5 deletions

View File

@@ -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,

View File

@@ -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