summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-20 16:30:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-20 16:30:51 +0000
commitaa24c61b7436818ea787c91311bbbaaeef74094d (patch)
tree5c195c64bbcbe3c0120f2f6e84ab184aef539c2c
parentRemoved blank line. (diff)
downloadrtems-aa24c61b7436818ea787c91311bbbaaeef74094d.tar.bz2
Fixed MANAGERS_NOT_WANTED.
-rw-r--r--make/target.cfg.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/target.cfg.in b/make/target.cfg.in
index 6d23886a80..987997e974 100644
--- a/make/target.cfg.in
+++ b/make/target.cfg.in
@@ -66,6 +66,6 @@ MANAGERS_REQUIRED=region ext sem
# Create a RTEMS executable based on MANAGERS which was set in
# app's Makefile
-MANAGERS_NOT_WANTED=$(filter-out $(MANAGERS), $(MANAGER_LIST))
-MANAGERS_NOT_WANTED:=$(filter-out $(MANAGERS_REQUIRED), $(MANAGERS_NOT_WANTED))
+MANAGERS_NOT_WANTED=$(filter-out $(MANAGERS) \
+ $(MANAGERS_REQUIRED), $(MANAGER_LIST))