summaryrefslogtreecommitdiffstats
path: root/testsuites/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 03:45:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 03:45:22 +0000
commite3f1345fd07f5acab3e5dbcb95fc547a57e0be2c (patch)
treec273e13b935fb3c964e8f7e70efe134fd0379124 /testsuites/automake
parentRemove CPLUS_LD_LIBS. (diff)
downloadrtems-e3f1345fd07f5acab3e5dbcb95fc547a57e0be2c.tar.bz2
Eliminate PROJECT_LIB.
Remove START_FILE, OBJS from LINK_FILES.
Diffstat (limited to 'testsuites/automake')
-rw-r--r--testsuites/automake/compile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuites/automake/compile.am b/testsuites/automake/compile.am
index 482cbf1b32..4f224bd1ce 100644
--- a/testsuites/automake/compile.am
+++ b/testsuites/automake/compile.am
@@ -25,12 +25,10 @@ ${ARCH}/$(dirstamp):
LINK_OBJS = \
$(OBJS) \
- $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+ $(MANAGERS_NOT_WANTED:%=$(PROJECT_ROOT)/@RTEMS_BSP@/lib/no-%.rel)
LINK_FILES =\
- $(START_FILE) \
- $(OBJS) \
- $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+ $(MANAGERS_NOT_WANTED:%=$(PROJECT_ROOT)/@RTEMS_BSP@/lib/no-%.rel)
## -------------------------------------------------------------------------
ARCH = o-optimize