summaryrefslogtreecommitdiffstats
path: root/testsuites/automake/compile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-15 07:27:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-15 07:27:36 +0000
commitd7e0507ddb4c383f7efa255ee9972fd408f256af (patch)
tree22766c6e5a504eb28ceb4c885a1ed57e481d48f8 /testsuites/automake/compile.am
parent2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d7e0507ddb4c383f7efa255ee9972fd408f256af.tar.bz2
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Add PROJECT_LIB. * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
Diffstat (limited to '')
-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 7132985a3e..dd889924c3 100644
--- a/testsuites/automake/compile.am
+++ b/testsuites/automake/compile.am
@@ -139,12 +139,12 @@ depend: depend-am
LINK_OBJS = \
$(OBJS) \
- $(MANAGERS_NOT_WANTED:%=$(PROJECT_RELEASE)/lib/no-%$(LIB_VARIANT).rel)
+ $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%$(LIB_VARIANT).rel)
LINK_FILES =\
$(START_FILE) \
$(OBJS) \
- $(MANAGERS_NOT_WANTED:%=$(PROJECT_RELEASE)/lib/no-%$(LIB_VARIANT).rel)
+ $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%$(LIB_VARIANT).rel)
if RTEMS_USE_GCC
## gcc >= 2.8