summaryrefslogtreecommitdiffstats
path: root/testsuites/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 09:30:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 09:30:22 +0000
commit703e81b58b82097a9634466b1c7dde63de0a4230 (patch)
tree21a3e2608e9fed7ab47a8c7c94e9d3b6d31e6611 /testsuites/automake
parent2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-703e81b58b82097a9634466b1c7dde63de0a4230.tar.bz2
Assume PROJECT_ROOT to contain RTEMS_BSP.
Diffstat (limited to 'testsuites/automake')
-rw-r--r--testsuites/automake/compile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/automake/compile.am b/testsuites/automake/compile.am
index 4f224bd1ce..16a7e7bba8 100644
--- a/testsuites/automake/compile.am
+++ b/testsuites/automake/compile.am
@@ -25,10 +25,10 @@ ${ARCH}/$(dirstamp):
LINK_OBJS = \
$(OBJS) \
- $(MANAGERS_NOT_WANTED:%=$(PROJECT_ROOT)/@RTEMS_BSP@/lib/no-%.rel)
+ $(MANAGERS_NOT_WANTED:%=$(PROJECT_ROOT)/lib/no-%.rel)
LINK_FILES =\
- $(MANAGERS_NOT_WANTED:%=$(PROJECT_ROOT)/@RTEMS_BSP@/lib/no-%.rel)
+ $(MANAGERS_NOT_WANTED:%=$(PROJECT_ROOT)/lib/no-%.rel)
## -------------------------------------------------------------------------
ARCH = o-optimize